Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pefontana committed Nov 22, 2023
1 parent 0dd9b0b commit d48f4d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ clean:
rm -f $(TEST_PROOF_DIR)/*.memory
rm -f $(TEST_PROOF_DIR)/*.trace
rm -f $(TEST_PROOF_DIR)/*.air_public_input
# rm -rf cairo-vm-env
rm -rf cairo-vm-env
rm -rf cairo-vm-pypy-env
rm -rf cairo
rm -rf cairo1
Expand Down
3 changes: 2 additions & 1 deletion vm/src/tests/cairo_run_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,7 @@ fn cairo_run_print_dict_felt() {
#[test]
#[cfg(feature = "print")]
fn cairo_run_print_dict_array() {
let program_data = include_bytes!("../../../cairo_programs/print_feature/print_dict_array.json");
let program_data =
include_bytes!("../../../cairo_programs/print_feature/print_dict_array.json");
run_program_simple_with_memory_holes(program_data, 4);
}

0 comments on commit d48f4d5

Please sign in to comment.