Skip to content

Commit 2bf04b8

Browse files
committed
chore: cargo fmt
1 parent 71d8808 commit 2bf04b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aggregation_mode/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fn main() {
4242
println!("cargo:rerun-if-changed={}", file);
4343
}
4444

45-
// Get all the env vars from rust (RUSTC, CARGO_FEATURES, etc)
45+
// Get all the env vars from rust (RUSTC, CARGO_FEATURES, etc)
4646
// But filter those that don't affect the build of the program
4747
let mut flags: Vec<String> = env::vars()
4848
.filter(|(k, _)| k != "AGGREGATOR" || k != "RISC0_DEV_MODE" || k != "SP1_PROVER")

0 commit comments

Comments
 (0)