tabs/whitespace fixes

This commit is contained in:
pereslav
2021-04-21 13:34:44 +01:00
parent 0a09ab7c8e
commit 374f690b5d
2 changed files with 1 additions and 2 deletions
@@ -49,7 +49,7 @@ namespace Multiplayer
: AZ::Module()
{
m_descriptors.insert(m_descriptors.end(), {
MultiplayerToolsSystemComponent::CreateDescriptor(),
MultiplayerToolsSystemComponent::CreateDescriptor(),
});
}
@@ -46,7 +46,6 @@ namespace Multiplayer
const AZ::Name name = AZ::Name(relativePath);
m_spawnables[name] = id;
m_spawnablesReverseLookup[id] = name;
}
void NetworkSpawnableLibrary::OnCatalogLoaded([[maybe_unused]] const char* catalogFile)