Skip to content

Commit

Permalink
editorconfig : fix whitespace and indentation ggerganov#4710
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Jan 2, 2024
1 parent 5d7002d commit 32866c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/server/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2383,8 +2383,8 @@ static void server_params_parse(int argc, char **argv, server_params &sparams,
log_set_target(stdout);
LOG_INFO("logging to file is disabled.", {});
}
else if (arg == "--override-kv")
{
else if (arg == "--override-kv")
{
if (++i >= argc) {
invalid_param = true;
break;
Expand Down

0 comments on commit 32866c5

Please sign in to comment.