rustfmt: break long line

This commit is contained in:
Alex Bethel 2021-06-15 10:24:50 -05:00
parent ae0955209c
commit 7bf3cc6f5d

View file

@ -275,9 +275,9 @@ impl ExecEnv {
// here at some point. ~~Alex // here at some point. ~~Alex
exit(random()); exit(random());
} }
StmtKind::Rickroll => { StmtKind::Rickroll => stdout()
stdout().write_all(include_str!("rickroll").as_bytes()).expect("Failed to write to stdout") .write_all(include_str!("rickroll").as_bytes())
} .expect("Failed to write to stdout"),
} }
Ok(HaltStatus::Finished) Ok(HaltStatus::Finished)