Skip to content

Commit

Permalink
yegor256#321 Code formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
longtimeago committed Oct 1, 2014
1 parent 2c95c9c commit 12caa87
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/test/java/dynamo/DyBaseITCase.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,10 @@ public final class DyBaseITCase {
public void canAddCommand() throws Exception {
final String command = "command";
MatcherAssert.assertThat(
new DyBase(
DyBaseITCase.region()
).repos().add("test").tasks()
.add(
command, Collections.<String, String>emptyMap()
).command(),
new DyBase(DyBaseITCase.region())
.repos().add("test").tasks()
.add(command, Collections.<String, String>emptyMap())
.command(),
Matchers.equalTo(command)
);
}
Expand Down

0 comments on commit 12caa87

Please sign in to comment.