Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Jul 29, 2022
1 parent e48f6c6 commit ff3a27d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,7 @@ void testFromPath() throws Exception {

private static File createTemporaryDirectory() {
try {
final File tempDir = Files.createTempDirectory("ByteBufFluxTest").toFile();
return tempDir;
return Files.createTempDirectory("ByteBufFluxTest").toFile();
}
catch (Exception e) {
throw new RuntimeException("Error creating the temporary directory", e);
Expand Down

0 comments on commit ff3a27d

Please sign in to comment.