Skip to content

Commit

Permalink
Changed shootout-chameneos-redux output to conform to the 'official' …
Browse files Browse the repository at this point in the history
…output format.
  • Loading branch information
Thiez committed Jun 23, 2013
1 parent 3b1ace9 commit b306f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/bench/shootout-chameneos-redux.rs
Expand Up @@ -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 {
Expand Down

0 comments on commit b306f9f

Please sign in to comment.