Skip to content

Commit

Permalink
Fix missing checkstyle padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Oct 1, 2019
1 parent 573e1ac commit 4ad77ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ private String[] toClassMethodName( TestIdentifier testIdentifier, boolean usePl
}
else
{
source = new String[] {realClassName, realClassName};
source = new String[] { realClassName, realClassName };
}

String methodName = methodSource.getMethodName();
Expand Down

0 comments on commit 4ad77ed

Please sign in to comment.