Skip to content

Commit 3fa102c

Browse files
committed
style
Signed-off-by: Arjo Chakravarty <arjoc@google.com>
1 parent 767be1a commit 3fa102c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SimulationRunner.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ void SimulationRunner::LoadServerPlugins(
968968
//
969969
// Check plugins from the ServerConfig for matching entities.
970970

971-
for (const ServerConfig::PluginInfo &plugin : _plugins)4:00pm
971+
for (const ServerConfig::PluginInfo &plugin : _plugins)
972972
{
973973
// \todo(anyone) Type + name is not enough to uniquely identify an entity
974974
// \todo(louise) The runner shouldn't care about specific components, this

0 commit comments

Comments
 (0)