Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil authored Dec 4, 2018
1 parent 394c97d commit ea915af
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ public final class RtDockerSystemITCase {
@Test
public void showDiskSpaceInfo() throws Exception {
final Docker docker = new LocalDocker(
new File("/var/run/docker.sock")
new File("/var/run/docker.sock")
);

DiskSpaceInfo info = docker.system().diskUsage();

MatcherAssert.assertThat(info.totalSpace(),
Matchers.greaterThanOrEqualTo(0L));
}
Expand Down

0 comments on commit ea915af

Please sign in to comment.