Skip to content

Commit

Permalink
Fix minor style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kcooney authored Apr 16, 2017
1 parent b42f401 commit 54a02d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public void evaluate() throws Throwable {
}

private Statement withAfterParams(Statement statement) {
final List<FrameworkMethod> afters = getTestClass()
List<FrameworkMethod> afters = getTestClass()
.getAnnotatedMethods(Parameterized.AfterParam.class);
return afters.isEmpty() ? statement : new RunAfterParams(statement, afters);
}
Expand Down

0 comments on commit 54a02d0

Please sign in to comment.