Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
remove formatter comments (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavolloffay authored and black-adder committed May 4, 2017
1 parent a88c862 commit bbce8d2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public void setUp() {

@DataProvider
public static Object[][] dataProviderBuildTag() {
// @formatter:off
return new Object[][] {
{ "value", TagType.STRING, "value" },
{ (long) 1, TagType.LONG, (long) 1 },
Expand All @@ -72,7 +71,6 @@ public static Object[][] dataProviderBuildTag() {
}
}, TagType.STRING, "[hello]" }
};
// @formatter:on
}

@Test
Expand Down

0 comments on commit bbce8d2

Please sign in to comment.