Skip to content

Commit 590499e

Browse files
committed
syntax: whitespace cleanup
1 parent b2fbed6 commit 590499e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/ast.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ impl LitIntType {
983983
#[deriving(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash, Show)]
984984
pub enum Lit_ {
985985
LitStr(InternedString, StrStyle),
986-
LitBinary(Rc<Vec<u8> >),
986+
LitBinary(Rc<Vec<u8>>),
987987
LitByte(u8),
988988
LitChar(char),
989989
LitInt(u64, LitIntType),

0 commit comments

Comments
 (0)