This is an automated email from the ASF dual-hosted git repository.
aleksraiden pushed a commit to branch aleksraiden-gloginit-reorder
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/aleksraiden-gloginit-reorder
by this push:
new 3afbc271 Fix formatting
3afbc271 is described below
commit 3afbc271a90bff3d4eb3ac7ef37b06e837c10e31
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Thu Nov 14 11:46:05 2024 +0200
Fix formatting
---
src/cli/main.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/cli/main.cc b/src/cli/main.cc
index fc0539e6..2ce5f013 100644
--- a/src/cli/main.cc
+++ b/src/cli/main.cc
@@ -137,9 +137,9 @@ int main(int argc, char *argv[]) {
});
crc64_init();
- InitGoogleLog(&config);
+ InitGoogleLog(&config);
google::InitGoogleLogging("kvrocks");
- auto glog_exit = MakeScopeExit(google::ShutdownGoogleLogging);
+ auto glog_exit = MakeScopeExit(google::ShutdownGoogleLogging);
LOG(INFO) << "kvrocks " << PrintVersion;
// Tricky: We don't expect that different instances running on the same port,
// but the server use REUSE_PORT to support the multi listeners. So we
connect