Prettier long string breaking.

This commit is contained in:
Guillaume Pinot 2013-11-17 13:09:56 +01:00
parent 0c3b04fa0f
commit 93bb99ea09

View file

@ -21,8 +21,8 @@ static LIMIT: f64 = 2.0;
fn main() {
let args = std::os::args();
let (w, mut out) = if args.len() < 2 {
println("Test mode: do not dump the image because it's not utf8,"
+ " which interferes with the test runner.");
println("Test mode: do not dump the image because it's not utf8, \
which interferes with the test runner.");
(1000, ~DummyWriter as ~Writer)
} else {
(from_str(args[1]).unwrap(),