Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
Signed-off-by: guo-shaoge <shaoge1994@163.com>
  • Loading branch information
guo-shaoge committed Oct 27, 2021
1 parent 161bb29 commit e10e29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/Common/SharedLibrary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ void * SharedLibrary::getImpl(const std::string & name, bool no_throw)
{
dlerror();

auto *res = dlsym(handle, name.c_str());
auto * res = dlsym(handle, name.c_str());

if (char * error = dlerror())
{
Expand Down

0 comments on commit e10e29c

Please sign in to comment.