Add space

This commit is contained in:
Sangeun Kim 2013-05-09 10:44:27 +09:00
parent dc48a558b6
commit 1b4e375046

View file

@ -234,7 +234,7 @@ pub impl Session_ {
msg: &str) {
let level = lint::get_lint_settings_level(
self.lint_settings, lint_mode, expr_id, item_id);
let msg = fmt!("%s [-W%s]", msg, lint::get_lint_name(lint_mode));
let msg = fmt!("%s [-W %s]", msg, lint::get_lint_name(lint_mode));
self.span_lint_level(level, span, msg);
}
fn next_node_id(@self) -> ast::node_id {