Skip to content

Commit

Permalink
Fix build problem within Eclipse
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardalee committed Sep 12, 2022
1 parent 314655c commit a771294
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -64,7 +64,7 @@ private void run(Path file) throws Exception {
smallLineLength,
squishedTestCase
);
throw new junit.framework.AssertionFailedError(String.format(
throw new AssertionError(String.format(
"The reformatted version of %s was not equivalent to the original file.",
file.getFileName()
));
Expand Down

0 comments on commit a771294

Please sign in to comment.