Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Łukasz Duda <[email protected]>
  • Loading branch information
turon and LuDuda authored Jan 5, 2022
1 parent fa00f57 commit bed590d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/shell/shell_common/cmd_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ void cmd_app_server_init()

std::atexit(CmdAppServerAtExit);

// Register `config` subcommands with the local shell dispatcher.
// Register `server` subcommands with the local shell dispatcher.
sShellServerSubcommands.RegisterCommands(sServerSubCommands, ArraySize(sServerSubCommands));

// Register the root `config` command with the top-level shell.
// Register the root `server` command with the top-level shell.
Engine::Root().RegisterCommands(&sServerComand, 1);
}

0 comments on commit bed590d

Please sign in to comment.