Fix checkstyle

This commit is contained in:
David Turanski
2020-07-21 09:48:57 -04:00
parent 5c54cd0953
commit dc2d2b2738

View File

@@ -238,7 +238,8 @@ public class SftpSupplierApplicationTests extends SftpTestSupport {
.thenCancel()
.verify(Duration.ofSeconds(10));
});
} finally {
}
finally {
deleteNewSource(newSource);
}
}
@@ -296,7 +297,8 @@ public class SftpSupplierApplicationTests extends SftpTestSupport {
.thenCancel()
.verify(Duration.ofSeconds(10));
});
} finally {
}
finally {
deleteNewSource(newSource);
}
}