Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Sep 23, 2023
1 parent 99bed25 commit 0b1eef7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public class JavadocReportTest extends AbstractMojoTestCase {
private static final char LINE_SEPARATOR = ' ';

public static final String OPTIONS_UMLAUT_ENCODING = "Options Umlaut Encoding ö ä ü ß";

private Path unit;

private File localRepo;
Expand All @@ -98,7 +98,7 @@ protected void setUp() throws Exception {

@Override
protected void tearDown() throws Exception {
deleteDirectory(localRepo);
deleteDirectory(localRepo);

super.tearDown();
}
Expand Down

0 comments on commit 0b1eef7

Please sign in to comment.