Skip to content

Commit

Permalink
Fix clang-format in cloud_env_impl.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruba committed May 11, 2020
1 parent ac166ad commit 035a521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloud/cloud_env_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1393,8 +1393,8 @@ Status CloudEnvImpl::SanitizeDirectory(const DBOptions& options,
"[cloud_env_impl] SanitizeDirectory info. "
" No destination bucket specified and options.keep_local_sst_files "
"is false. Existing sst files from src bucket %s will not be "
" downloaded into local dir but newly created sst files will "
" remain in local dir %s",
" downloaded into local dir but newly created sst files will "
" remain in local dir %s",
GetSrcObjectPath().c_str(), local_name.c_str());
}
}
Expand Down

0 comments on commit 035a521

Please sign in to comment.