We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ecb980 commit 4fe58f2Copy full SHA for 4fe58f2
clients/filesystem-fuse/build.gradle.kts
@@ -40,7 +40,7 @@ val checkRustProject by tasks.registering(Exec::class) {
40
description = "Check the Rust project"
41
workingDir = file("$projectDir")
42
43
- commandLine( "bash", "-c", "make check")
+ commandLine("bash", "-c", "make check")
44
}
45
46
val testRustProject by tasks.registering(Exec::class) {
0 commit comments