Skip to content

Commit 1abad3b

Browse files
committed
Fix whitespace
1 parent eb21ced commit 1abad3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/middle/lint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ fn check_item_deprecated(tcx: ty::ctxt, it: @ast::item) {
784784
match l.node {
785785
ast::lit_str(ref reason) =>
786786
fmt!("deprecated: %s", **reason),
787-
_ => ~"item is deprecated"
787+
_ => ~"item is deprecated"
788788
},
789789
_ => ~"item is deprecated"
790790
};

0 commit comments

Comments
 (0)