Skip to content

Commit 4fe58f2

Browse files
committed
Fix ci error
1 parent 3ecb980 commit 4fe58f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/filesystem-fuse/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ val checkRustProject by tasks.registering(Exec::class) {
4040
description = "Check the Rust project"
4141
workingDir = file("$projectDir")
4242

43-
commandLine( "bash", "-c", "make check")
43+
commandLine("bash", "-c", "make check")
4444
}
4545

4646
val testRustProject by tasks.registering(Exec::class) {

0 commit comments

Comments
 (0)