fix vs autoformatting

This commit is contained in:
Liv Erickson 2018-01-29 15:51:09 -08:00
parent 634bc83ed5
commit ce8159340b

View file

@ -84,7 +84,7 @@ private:
MAX_SELECTION_COUNT = 16 MAX_SELECTION_COUNT = 16
}; };
bool _verboseLogging{ true }; bool _verboseLogging{ true };
bool _enabled{ true }; bool _enabled { true };
EntityItemID _currentEntityWithContextOverlay{}; EntityItemID _currentEntityWithContextOverlay{};
EntityItemID _lastInspectedEntity{}; EntityItemID _lastInspectedEntity{};
QString _entityMarketplaceID; QString _entityMarketplaceID;