Remove extra newline

This commit is contained in:
sconel
2021-05-18 17:16:44 -07:00
parent 66a7db44f7
commit 8733f0e492
@@ -83,7 +83,6 @@ namespace AzFramework
AZStd::vector<AZ::Entity*> m_spawnedEntities;
AZStd::vector<size_t> m_spawnedEntityIndices;
AZ::Data::Asset<Spawnable> m_spawnable;
uint32_t m_nextTicketId{ 0 }; //!< Next id for this ticket.
uint32_t m_currentTicketId{ 0 }; //!< The id for the command that should be executed.