Skip to content

Commit

Permalink
remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
huan233usc committed Feb 15, 2025
1 parent 7da6af7 commit fbeb2ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ trait ExpressionSuiteBase extends TestUtils with DefaultVectorTestUtils {
assert(
actual.getString(rowId) === expected.getString(rowId),
s"unexpected value at $rowId: " +
s"expected: ${expected.getString(rowId)} " +
s"actual: ${actual.getString(rowId)} "
s"expected: ${expected.getString(rowId)} " +
s"actual: ${actual.getString(rowId)} "
)
}
}
Expand Down

0 comments on commit fbeb2ee

Please sign in to comment.