Skip to content

Commit

Permalink
Merge pull request #134 from ashrayjain/fix/checkstyle-fix
Browse files Browse the repository at this point in the history
Fix checkstyle issues
  • Loading branch information
iamdanfox authored Nov 28, 2016
2 parents 2e5bb64 + 56961a5 commit 858449a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright 2016 Palantir Technologies, Inc. All rights reserved.
*/

package com.palantir.docker.compose;

import static org.hamcrest.MatcherAssert.assertThat;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright 2016 Palantir Technologies, Inc. All rights reserved.
*/

package com.palantir.docker.compose;

import static org.mockito.Matchers.anyListOf;
Expand Down

0 comments on commit 858449a

Please sign in to comment.