Skip to content

Commit f6e842f

Browse files
MisterRaindropclaudehappy-otter
committed
fix: clang-format alignment in arrow_s3_file_io.cc
Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
1 parent f03ebf1 commit f6e842f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/iceberg/arrow/arrow_s3_file_io.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Status EnsureS3Initialized() {
4949
});
5050
if (!init_status.ok()) {
5151
return std::unexpected(Error{.kind = ::iceberg::arrow::ToErrorKind(init_status),
52-
.message = init_status.ToString()});
52+
.message = init_status.ToString()});
5353
}
5454
return {};
5555
#else

0 commit comments

Comments
 (0)