Skip to content

Commit

Permalink
apply lint
Browse files Browse the repository at this point in the history
  • Loading branch information
llama90 committed May 25, 2024
1 parent 1966c31 commit 42af932
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/src/arrow/scalar_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1862,8 +1862,7 @@ class TestUnionScalar : public ::testing::Test {
{union_three_, R"(union{number: uint64 = 3})"},
{union_other_two_, R"(union{other_number: uint64 = 2})"},
{union_string_null_, "null"},
{union_number_null_, "null"}
};
{union_number_null_, "null"}};

for (const auto& [scalar, expected] : test_cases) {
ASSERT_OK_AND_ASSIGN(auto casted, Cast(scalar, utf8()));
Expand Down

0 comments on commit 42af932

Please sign in to comment.