Skip to content

Commit

Permalink
chore(format): remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
llama90 committed Jul 16, 2024
1 parent aa9380b commit 935d9a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cpp/src/arrow/filesystem/s3fs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3078,7 +3078,6 @@ Status S3FileSystem::Move(const std::string& src, const std::string& dest) {
}
RETURN_NOT_OK(impl_->CopyObject(src_path, dest_path));
RETURN_NOT_OK(impl_->DeleteObject(src_path.bucket, src_path.key));

if (options().create_missing_dirs_on_delete) {
// Source parent may be implicitly deleted if it became empty, recreate it
return impl_->EnsureParentExists(src_path);
Expand Down
1 change: 0 additions & 1 deletion cpp/src/arrow/filesystem/s3fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ struct ARROW_EXPORT S3Options {
/// to be true to address these scenarios.
bool check_directory_existence_before_creation = false;


/// Whether to create missing directories when deleting files
///
/// Creates 0-byte files to maintain file system semantics during deletion of files and
Expand Down

0 comments on commit 935d9a7

Please sign in to comment.