Skip to content

Commit

Permalink
Add newline at end of file.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuart-marks committed Mar 2, 2021
1 parent 6710004 commit c520e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/jdk/internal/util/ArraysSupport/NewLength.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ public void error(int old, int min, int pref) {
fail("expected OutOfMemoryError, got normal return value of " + r);
} catch (OutOfMemoryError success) { }
}
}
}

0 comments on commit c520e8e

Please sign in to comment.