Small formatting tweak

This commit is contained in:
Maxime Coste 2016-12-20 12:57:48 +00:00
parent fdb2d83ea1
commit c2305e03b3

View File

@ -519,7 +519,7 @@ int run_server(StringView session,
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;
if (not ignore_kakrc) try