Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jszczerbinski committed Sep 23, 2024
1 parent bedf2ce commit 35f39e6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ public void clearTimeZone() {

@Before
public void assumeLittleEndian() {
Assume.assumeTrue("Arrow doesn't support cross endianness", ByteOrder.nativeOrder().equals(ByteOrder.LITTLE_ENDIAN));
Assume.assumeTrue(
"Arrow doesn't support cross endianness",
ByteOrder.nativeOrder().equals(ByteOrder.LITTLE_ENDIAN));
}

@Override
Expand Down

0 comments on commit 35f39e6

Please sign in to comment.