Skip to content

Commit be4268d

Browse files
committed
spotless
1 parent b361a8e commit be4268d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

common/src/main/java/apoc/export/util/LimitedSizeInputStream.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ public int read(byte b[], int off, int len) throws IOException {
5959
}
6060

6161
@Override
62-
public void close() throws IOException
63-
{
62+
public void close() throws IOException {
6463
stream.close();
6564
super.close();
6665
}

0 commit comments

Comments
 (0)