Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit committed Jan 31, 2025
1 parent 9d98790 commit 8b23cd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public void setCustomWindowIcon(CallbackInfo ci) {
*/
@Unique
private static ByteBuffer labs$readImageToBuffer(InputStream stream, int dimensions)
throws IOException {
throws IOException {
BufferedImage image = ImageIO.read(stream);

if (image.getWidth() != dimensions || image.getHeight() != dimensions) {
Expand Down

0 comments on commit 8b23cd9

Please sign in to comment.