mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
Changed shootout-chameneos-redux output to conform to the 'official' output format.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user