Skip to content

Commit 9ce6d49

Browse files
committed
clang format
Signed-off-by: Wojciech Czerski <[email protected]>
1 parent 9331199 commit 9ce6d49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gems/CsvSpawner/Code/Source/CsvSpawner/CsvSpawnerUtils.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,8 @@ namespace CsvSpawner::CsvSpawnerUtils
338338
if (completedTickets == totalTickets)
339339
{
340340
// Call CsvSpawner EBus notification - Finished
341-
CsvSpawnerNotificationBus::Broadcast(&CsvSpawnerInterface::OnEntitiesSpawnFinished, broadcastSpawnInfo, spawnStatusCode);
341+
CsvSpawnerNotificationBus::Broadcast(
342+
&CsvSpawnerInterface::OnEntitiesSpawnFinished, broadcastSpawnInfo, spawnStatusCode);
342343
}
343344
};
344345
optionalArgs.m_priority = AzFramework::SpawnablePriority_Lowest;

0 commit comments

Comments
 (0)