Skip to content

Commit 6b81dc7

Browse files
committed
Fix warning
1 parent 99349c6 commit 6b81dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ cargo {
293293
add("--locked")
294294
}
295295
}
296-
exec = { spec, toolchain -> println(spec.commandLine) }
296+
exec = { spec, _ -> println(spec.commandLine) }
297297
}
298298

299299
tasks.register<Exec>("generateRelayList") {

0 commit comments

Comments
 (0)