Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil committed Dec 4, 2018
1 parent 78c9778 commit 1a9e17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/amihaiemil/docker/DockerSystem.java
Expand Up @@ -18,6 +18,6 @@ public interface DockerSystem {
* unexpected status.
*/
DiskSpaceInfo diskUsage()
throws IOException, UnexpectedResponseException;
throws IOException, UnexpectedResponseException;

}

0 comments on commit 1a9e17f

Please sign in to comment.