Skip to content

Commit

Permalink
remove print in test
Browse files Browse the repository at this point in the history
  • Loading branch information
clyben committed May 11, 2024
1 parent 1146088 commit 5516f72
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dag_in_context/src/pretty_print.rs
Original file line number Diff line number Diff line change
Expand Up @@ -585,9 +585,7 @@ fn test_pretty_print() {

let expr_str = my_loop.to_string();

let res = PrettyPrinter::new(expr_str.clone())
PrettyPrinter::new(expr_str.clone())
.unwrap()
.to_rust_default();

print!("{}", res);
}

0 comments on commit 5516f72

Please sign in to comment.