Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Dec 12, 2024
1 parent d408fb3 commit c8898bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ cargo {
add("--locked")
}
}
exec = { spec, toolchain -> println(spec.commandLine) }
exec = { spec, _ -> println(spec.commandLine) }
}

tasks.register<Exec>("generateRelayList") {
Expand Down

0 comments on commit c8898bc

Please sign in to comment.