Skip to content

Commit

Permalink
Merge pull request #1320 from elly/cargo
Browse files Browse the repository at this point in the history
cargo: shorten a line
  • Loading branch information
brson committed Dec 17, 2011
2 parents bf4efa3 + 648b69d commit f8d06a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cargo/cargo.rs
Expand Up @@ -242,7 +242,8 @@ fn load_source_packages(&c: cargo, &src: source) {
load_one_source_package(src, _p);
}
_ {
warn("Malformed source json: " + src.name + " (non-dict pkg)");
warn("Malformed source json: " + src.name +
" (non-dict pkg)");
}
}
}
Expand Down

0 comments on commit f8d06a2

Please sign in to comment.