Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
hvub committed Feb 5, 2025
1 parent caa98a2 commit 81f25f3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ public int read(byte b[], int off, int len) throws IOException {
}

@Override
public void close() throws IOException
{
public void close() throws IOException {
stream.close();
super.close();
}
Expand Down

0 comments on commit 81f25f3

Please sign in to comment.