Skip to content

Commit ff3a27d

Browse files
committed
Polish
1 parent e48f6c6 commit ff3a27d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

reactor-netty-core/src/test/java/reactor/netty/ByteBufFluxTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@ void testFromPath() throws Exception {
139139

140140
private static File createTemporaryDirectory() {
141141
try {
142-
final File tempDir = Files.createTempDirectory("ByteBufFluxTest").toFile();
143-
return tempDir;
142+
return Files.createTempDirectory("ByteBufFluxTest").toFile();
144143
}
145144
catch (Exception e) {
146145
throw new RuntimeException("Error creating the temporary directory", e);

0 commit comments

Comments
 (0)