Skip to content

Commit

Permalink
syntax: whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
erickt committed Dec 29, 2014
1 parent b2fbed6 commit 590499e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ impl LitIntType {
#[deriving(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash, Show)]
pub enum Lit_ {
LitStr(InternedString, StrStyle),
LitBinary(Rc<Vec<u8> >),
LitBinary(Rc<Vec<u8>>),
LitByte(u8),
LitChar(char),
LitInt(u64, LitIntType),
Expand Down

0 comments on commit 590499e

Please sign in to comment.