Skip to content

Commit

Permalink
chore: resolving spotbugs:spotlessJavaCheck for Issue1518Test.java
Browse files Browse the repository at this point in the history
  • Loading branch information
heeki committed Dec 8, 2021
1 parent 0fe9516 commit 016439c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ public class Issue1518Test extends AbstractIntegrationTest {
public void test() {
performAnalysis("ghIssues/Issue1518.class");
BugInstanceMatcher bugTypeMatcher = new BugInstanceMatcherBuilder()
.bugType("RV_01_TO_INT")
.build();
.bugType("RV_01_TO_INT")
.build();
assertThat(getBugCollection(), containsExactly(3, bugTypeMatcher));
}
}

0 comments on commit 016439c

Please sign in to comment.