Changed shootout-chameneos-redux output to conform to the 'official' output format.
This commit is contained in:
parent
3b1ace9f9b
commit
b306f9fa40
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user