Skip to content

Commit

Permalink
spotlessApply
Browse files Browse the repository at this point in the history
Signed-off-by: Atanas Atanasov <[email protected]>
  • Loading branch information
ata-nas committed Oct 22, 2024
1 parent b9777b7 commit dc57832
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void test_createPathIfNotExists_CreatesDirIfDoesNotExist(@TempDir final Path tem

@Test
void test_createPathIfNotExists_DoesNotCreateDirIfExists(@TempDir final Path tempDir)
throws IOException {
throws IOException {
final String newDir = "newDir";
final Path toCreate = tempDir.resolve(newDir);

Expand Down

0 comments on commit dc57832

Please sign in to comment.