Skip to content

Commit

Permalink
WIP spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Atanas Atanasov <[email protected]>
  • Loading branch information
ata-nas committed Nov 28, 2024
1 parent 6e1090b commit 9fc3cff
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,9 @@
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.attribute.FileAttribute;
import java.nio.file.attribute.PosixFilePermission;
import java.util.List;
import java.util.Map;
import java.util.Optional;
import java.util.Set;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
Expand Down Expand Up @@ -311,9 +308,7 @@ private void removeBlockAllPerms(final int blockNumber, final PersistenceStorage
// TestBlockAsDirWriter overrides the write() method to allow a test spy to simulate an
// IOException while allowing the real write() method to remain protected.
private static final class TestBlockAsLocalDirWriter extends BlockAsLocalDirWriter {
public TestBlockAsLocalDirWriter(
final BlockRemover blockRemover,
final BlockNodeContext blockNodeContext)
public TestBlockAsLocalDirWriter(final BlockRemover blockRemover, final BlockNodeContext blockNodeContext)
throws IOException {
super(blockNodeContext, blockRemover, mock(BlockPathResolver.class));
}
Expand Down

0 comments on commit 9fc3cff

Please sign in to comment.