Skip to content

Commit

Permalink
HADOOP-19425. Fix CheckStyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
fanshilun committed Feb 14, 2025
1 parent 84b8b43 commit dd8489e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class TestNativeAzureFileSystemBlockCompaction extends AbstractWasbTestBa
private AzureBlobStorageTestAccount testAccount = null;

@BeforeEach
public void setUp( ) throws Exception {
public void setUp() throws Exception {
super.setUp();
testAccount = createTestAccount();
fs = testAccount.getFileSystem();
Expand Down

0 comments on commit dd8489e

Please sign in to comment.