Skip to content

Commit 56da56d

Browse files
committed
Clang-formatted
Signed-off-by: Patryk Antosz <[email protected]>
1 parent a7befb8 commit 56da56d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gems/GeoJSONSpawner/Code/Source/GeoJSONSpawner/GeoJSONSpawnerEditorComponent.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ namespace GeoJSONSpawner
182182
const auto featureObjectInfo = GeoJSONUtils::ParseJSONFromFile(sourcePath.c_str());
183183
auto spawnableEntitiesInfo =
184184
GeoJSONUtils::GetSpawnableEntitiesFromFeatureObjectVector(featureObjectInfo, spawnableAssetConfigurationsMap);
185-
gameEntity->CreateComponent<GeoJSONSpawnerComponent>(spawnableAssetConfigurationsMap, sourceAssetInfo.m_relativePath.c_str(), m_defaultSeed);
185+
gameEntity->CreateComponent<GeoJSONSpawnerComponent>(
186+
spawnableAssetConfigurationsMap, sourceAssetInfo.m_relativePath.c_str(), m_defaultSeed);
186187
m_spawnedTicketsGroups.clear();
187188
}
188189

0 commit comments

Comments
 (0)