Skip to content

Commit 035a521

Browse files
committed
Fix clang-format in cloud_env_impl.cc
1 parent ac166ad commit 035a521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloud/cloud_env_impl.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1393,8 +1393,8 @@ Status CloudEnvImpl::SanitizeDirectory(const DBOptions& options,
13931393
"[cloud_env_impl] SanitizeDirectory info. "
13941394
" No destination bucket specified and options.keep_local_sst_files "
13951395
"is false. Existing sst files from src bucket %s will not be "
1396-
" downloaded into local dir but newly created sst files will "
1397-
" remain in local dir %s",
1396+
" downloaded into local dir but newly created sst files will "
1397+
" remain in local dir %s",
13981398
GetSrcObjectPath().c_str(), local_name.c_str());
13991399
}
14001400
}

0 commit comments

Comments
 (0)