We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c573e65 commit c173276Copy full SHA for c173276
hll/dynamodb-mapper/dynamodb-mapper/build.gradle.kts
@@ -151,7 +151,7 @@ open class DynamoDbLocalInstance : DefaultTask() {
151
portFile
152
.asFile
153
.get()
154
- .also { println("Writing port info file to ${it.absolutePath} ") }
+ .also { println("Writing port info file to ${it.absolutePath}") }
155
.writeText(port.toString())
156
}
157
0 commit comments