Skip to content

Commit 4ab636b

Browse files
committed
fixed linter issue
1 parent 713e90a commit 4ab636b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin/services/neptune/src/test/java/NeptuneTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class NeptuneTest {
3535

3636
@BeforeAll
3737
fun setup() = runBlocking {
38-
client = NeptuneClient.fromEnvironment {region = "us-east-1"}
38+
client = NeptuneClient.fromEnvironment { region = "us-east-1" }
3939
}
4040

4141
@Test

0 commit comments

Comments
 (0)