Changed shootout-chameneos-redux output to conform to the 'official' output format.

This commit is contained in:
Matthijs Hofstra 2013-06-16 22:23:45 +02:00
parent 3b1ace9f9b
commit b306f9fa40

View file

@ -85,7 +85,7 @@ fn show_number(nn: uint) -> ~str {
out = show_digit(dig) + " " + out;
}
return out;
return ~" " + out;
}
fn transform(aa: color, bb: color) -> color {