Skip to content

Commit 3d408f0

Browse files
committed
chore: lint
1 parent afb1bae commit 3d408f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ tasks.named("openApiGenerate").configure {
5555
doLast {
5656
exec {
5757
commandLine(
58-
"../gradlew ktlintFormat".split(" ")
58+
"../gradlew ktlintFormat".split(" "),
5959
)
6060
workingDir = File("$rootDir/xap-sdk").absoluteFile
6161
}

0 commit comments

Comments
 (0)