Skip to content

Commit c173276

Browse files
committed
trimming stray spaces
1 parent c573e65 commit c173276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hll/dynamodb-mapper/dynamodb-mapper/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ open class DynamoDbLocalInstance : DefaultTask() {
151151
portFile
152152
.asFile
153153
.get()
154-
.also { println("Writing port info file to ${it.absolutePath} ") }
154+
.also { println("Writing port info file to ${it.absolutePath}") }
155155
.writeText(port.toString())
156156
}
157157

0 commit comments

Comments
 (0)