Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
jraymakers authored and Mytherin committed Jan 2, 2024
1 parent d491784 commit fd4e276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/test/all_types_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ shared_ptr<arrow::Array> GetExpectedUnionArray() {

auto i16_builder = std::make_shared<arrow::Int16Builder>();
union_builder->AppendChild(i16_builder, "age");

(void)union_builder->Append(0);
(void)str_builder->Append("Frank"s);
(void)i16_builder->AppendNull();
Expand Down

0 comments on commit fd4e276

Please sign in to comment.