Skip to content

Commit f69600b

Browse files
committed
fix: cargo fmt
1 parent 7383e8b commit f69600b

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
@@ -5,7 +5,7 @@ fn main() {
55
output_directory: Some("./aggregation_programs/sp1/elf".to_string()),
66
// We use Docker to generate a reproducible ELF that will be identical across all platforms
77
// (https://docs.succinct.xyz/docs/sp1/writing-programs/compiling#production-builds)
8-
docker: true,
8+
docker: true,
99
..Default::default()
1010
}
1111
});

0 commit comments

Comments
 (0)