Skip to content

Commit 337c66f

Browse files
committed
fixed linter issues
1 parent 7042aa1 commit 337c66f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

kotlin/services/neptune/settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ plugins {
77
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
88
}
99
rootProject.name = "neptune"
10-

kotlin/services/neptune/src/main/java/com/example/neptune/HelloNeptune.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ public suspend fun listDBClusters() {
4040
}
4141
}
4242
}
43-
// snippet-end:[neptune.kotlin.hello.main]
43+
// snippet-end:[neptune.kotlin.hello.main]

0 commit comments

Comments
 (0)