From 64be0bcd77c47e23a03ef12ac039e722d75bcb20 Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Mon, 10 Jun 2024 13:49:03 +0200 Subject: [PATCH] fixed missing bracket --- scripts/bench.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/bench.sh b/scripts/bench.sh index 30bbf6d6daa4..2f4ef7ec6a14 100755 --- a/scripts/bench.sh +++ b/scripts/bench.sh @@ -112,5 +112,6 @@ main() { # instead of using `cargo run --locked`, we allow the Cargo files to be updated # but avoid committing them. It is so `cmd_runner_apply_patches` can work git restore --staged Cargo.* +} main "$@"