Skip to content

Commit

Permalink
fixed trailing space issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiyaok2 committed May 8, 2024
1 parent 6e7c3ec commit 4e98ad7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ public void setup() throws Exception {
if(!TEST_ROOT_DIR.exists()) {
TEST_ROOT_DIR.mkdirs();
}
}
}

@After
public void cleanup() throws Exception {
FileUtil.fullyDelete(TEST_ROOT_DIR);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public int compare(Text o1, Text o2) {
@After
public void cleanup() {
FileUtil.fullyDelete(TEST_ROOT_DIR);
}
}

@Test
public void testCombiner() throws Exception {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public int compare(Text o1, Text o2) {
public void cleanup() {
FileUtil.fullyDelete(TEST_ROOT_DIR);
}

@Test
public void testCombiner() throws Exception {
if (!TEST_ROOT_DIR.mkdirs()) {
Expand Down

0 comments on commit 4e98ad7

Please sign in to comment.