Skip to content

Commit 713e90a

Browse files
committed
fixed linter issue
1 parent c154d33 commit 713e90a

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)