rustfmt
: break long line
This commit is contained in:
parent
ae0955209c
commit
7bf3cc6f5d
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue