mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
Clippy & formatting
This commit is contained in:
parent
0a5b0bdb0a
commit
e5658cc2ca
2 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@ pub fn helper(
|
||||||
// println!("");
|
// println!("");
|
||||||
// for proc in procedures.values() {
|
// for proc in procedures.values() {
|
||||||
// println!("{}", proc.to_pretty(200));
|
// println!("{}", proc.to_pretty(200));
|
||||||
// }
|
// }
|
||||||
// } else {
|
// } else {
|
||||||
// println!("{:?}", procedures.values());
|
// println!("{:?}", procedures.values());
|
||||||
// }
|
// }
|
||||||
|
|
|
@ -92,7 +92,7 @@ pub fn helper_wasm<'a, T: Wasm32TestResult>(
|
||||||
// println!("");
|
// println!("");
|
||||||
// for proc in procedures.values() {
|
// for proc in procedures.values() {
|
||||||
// println!("{}", proc.to_pretty(200));
|
// println!("{}", proc.to_pretty(200));
|
||||||
// }
|
// }
|
||||||
// } else {
|
// } else {
|
||||||
// println!("{:?}", procedures.values());
|
// println!("{:?}", procedures.values());
|
||||||
// }
|
// }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue