Skip to content

Commit

Permalink
Fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-fgonzalezmendez committed Aug 27, 2024
1 parent fddee62 commit 68f4ec2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/java/com/snowflake/snowpark_test/JavaRowSuite.java
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,7 @@ public void getAs() {
() -> {
Boolean b = finalRow.getAs(0, Boolean.class);
});
assertThrows(
ArrayIndexOutOfBoundsException.class, () -> finalRow.getAs(-1, Boolean.class));
assertThrows(ArrayIndexOutOfBoundsException.class, () -> finalRow.getAs(-1, Boolean.class));

data =
new Row[] {
Expand Down

0 comments on commit 68f4ec2

Please sign in to comment.