Skip to content

Commit 650a1cc

Browse files
committed
ktLint: Redundant curly braces
1 parent d8e9897 commit 650a1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-model-v1-41/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ publishing {
115115
register(publicationName, MavenPublication::class) {
116116
pom {
117117
name.set("docker-remote-api-model")
118-
description.set("API model for the Docker remote api v${remoteApiVersion}")
118+
description.set("API model for the Docker remote api v$remoteApiVersion")
119119
url.set("https://github.com/docker-client/docker-remote-api")
120120
licenses {
121121
license {

0 commit comments

Comments
 (0)