Skip to content

Commit 1a9e17f

Browse files
authored
indentation
1 parent 78c9778 commit 1a9e17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/amihaiemil/docker/DockerSystem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ public interface DockerSystem {
1818
* unexpected status.
1919
*/
2020
DiskSpaceInfo diskUsage()
21-
throws IOException, UnexpectedResponseException;
21+
throws IOException, UnexpectedResponseException;
2222

2323
}

0 commit comments

Comments
 (0)