Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroshade committed Oct 17, 2024
1 parent e26883f commit 4e9f681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/validation/adbc_validation_statement.cc
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ void StatementTest::TestSqlIngestFloat16() {
if (!quirks()->supports_ingest_float16()) {
GTEST_SKIP();
}

ASSERT_NO_FATAL_FAILURE(TestSqlIngestNumericType<float>(NANOARROW_TYPE_HALF_FLOAT));
}

Expand Down

0 comments on commit 4e9f681

Please sign in to comment.