Small formatting tweak
This commit is contained in:
parent
fdb2d83ea1
commit
c2305e03b3
|
@ -519,7 +519,7 @@ int run_server(StringView session,
|
||||||
|
|
||||||
GlobalScope::instance().options().get_local_option("readonly").set(readonly);
|
GlobalScope::instance().options().get_local_option("readonly").set(readonly);
|
||||||
|
|
||||||
Server server(session.empty() ? to_string(getpid()) : session.str());
|
Server server{session.empty() ? to_string(getpid()) : session.str()};
|
||||||
|
|
||||||
bool startup_error = false;
|
bool startup_error = false;
|
||||||
if (not ignore_kakrc) try
|
if (not ignore_kakrc) try
|
||||||
|
|
Loading…
Reference in New Issue
Block a user