Skip to content

Commit 3279e6a

Browse files
committed
fixed linter issue
1 parent 40e40ec commit 3279e6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kotlin/services/neptune/src/main/java/com/example/neptune/scenerio/NeptuneScenario.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ var scanner = Scanner(System.`in`)
3939
* https://docs.aws.amazon.com/sdk-for-kotlin/latest/developer-guide/setup.html
4040
*/
4141
suspend fun main() {
42-
val subnetGroupName = "neptuneSubnetGroup210"
43-
val clusterName = "neptuneCluster210"
44-
val dbInstanceId = "neptuneDB210"
45-
val client = NeptuneClient.fromEnvironment {region = "us-east-1" }
42+
val subnetGroupName = "neptuneSubnetGroup"
43+
val clusterName = "neptuneCluster"
44+
val dbInstanceId = "neptuneDB"
45+
val client = NeptuneClient.fromEnvironment { region = "us-east-1" }
4646

4747
println(
4848
"""

0 commit comments

Comments
 (0)