Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
  • Loading branch information
Lloyd-Pottiger committed Jul 19, 2022
1 parent 0c52195 commit aa538eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dbms/src/Server/Server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1579,4 +1579,4 @@ int mainEntryClickHouseServer(int argc, char ** argv)
auto code = DB::getCurrentExceptionCode();
return code ? code : 1;
}
}
}
2 changes: 1 addition & 1 deletion dbms/src/Storages/BackgroundProcessingPool.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ class BackgroundProcessingPool

using BackgroundProcessingPoolPtr = std::shared_ptr<BackgroundProcessingPool>;

} // namespace DB
} // namespace DB
2 changes: 1 addition & 1 deletion dbms/src/TestUtils/TiFlashTestEnv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ void TiFlashTestEnv::setupLogger(const String & level, std::ostream & os)
Poco::Logger::root().setChannel(formatting_channel);
Poco::Logger::root().setLevel(level);
}
} // namespace DB::tests
} // namespace DB::tests

0 comments on commit aa538eb

Please sign in to comment.