minor: fix whitespace

This commit is contained in:
Michael Coppola 2024-01-10 14:27:28 -05:00
parent df7ab297b8
commit df2de87193

View file

@ -3245,7 +3245,6 @@ int main(int argc, char **argv)
log_data["api_key"] = "api_key: " + (sparams.api_key_file.empty() ? "" : sparams.api_key_file + " ") + "(" + std::to_string(sparams.api_keys.size()) + " keys loaded)";
}
LOG_INFO("HTTP server listening", log_data);
// run the HTTP server in a thread - see comment below
std::thread t([&]()