Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrushforth committed Sep 24, 2024
1 parent de44350 commit 980c3ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public void testWrapping() {
try {
Thread.sleep(2000);
} catch (Exception e) {
fail(e);
fail(e);
}
}

Expand Down

0 comments on commit 980c3ed

Please sign in to comment.