Skip to content

Commit 43ef7bc

Browse files
committed
Spotless applied on CLI
1 parent 735c47e commit 43ef7bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

data-loader/cli/src/test/java/com/scalar/db/dataloader/cli/command/dataexport/ExportCommandTest.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
import com.scalar.db.common.error.CoreError;
66
import com.scalar.db.dataloader.core.FileFormat;
7+
import com.scalar.db.dataloader.core.ScalarDbMode;
78
import java.io.File;
89
import java.nio.file.Paths;
9-
import com.scalar.db.dataloader.core.ScalarDbMode;
1010
import org.junit.jupiter.api.AfterEach;
1111
import org.junit.jupiter.api.Assertions;
1212
import org.junit.jupiter.api.Test;
@@ -56,7 +56,8 @@ void call_withInvalidScalarDBConfigurationFile_shouldReturnOne() throws Exceptio
5656
}
5757

5858
@Test
59-
void call_withScalarDBModeTransaction_WithInvalidConfigurationFile_shouldReturnOne() throws Exception {
59+
void call_withScalarDBModeTransaction_WithInvalidConfigurationFile_shouldReturnOne()
60+
throws Exception {
6061
ExportCommand exportCommand = new ExportCommand();
6162
exportCommand.configFilePath = "scalardb.properties";
6263
exportCommand.dataChunkSize = 100;

0 commit comments

Comments
 (0)