Skip to content

Commit 571d927

Browse files
committed
./gradlew spotlessApply
1 parent 5e8f536 commit 571d927

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

instrumentation-api-incubator/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ val generateJflex by tasks.registering(JavaExec::class) {
4444
outputDir.mkdirs()
4545
val specFile = sourceDir.asFile.resolve("SqlSanitizer.jflex")
4646
args(
47-
"-d", outputDir.absolutePath,
47+
"-d",
48+
outputDir.absolutePath,
4849
"--nobak",
4950
specFile.absolutePath,
5051
)

0 commit comments

Comments
 (0)