Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Oct 19, 2022
1 parent be6add3 commit 390eac5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void upgrade() throws IOException, InterruptedException {

/* Do the changes */
System.gc();
Thread.sleep( 100 );
Thread.sleep(100);
System.gc();

final Path srcDir = parentDir.resolve("../changes").normalize();
Expand Down

0 comments on commit 390eac5

Please sign in to comment.