Skip to content

Commit e9bf0ac

Browse files
committed
syntax: Minor whitespace cleanup
1 parent 1242772 commit e9bf0ac

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
@@ -925,7 +925,7 @@ pub enum Ty_ {
925925
TyProc(Gc<ClosureTy>),
926926
TyBareFn(Gc<BareFnTy>),
927927
TyUnboxedFn(Gc<UnboxedFnTy>),
928-
TyTup(Vec<P<Ty>> ),
928+
TyTup(Vec<P<Ty>>),
929929
TyPath(Path, Option<TyParamBounds>, NodeId), // for #7264; see above
930930
/// No-op; kept solely so that we can pretty-print faithfully
931931
TyParen(P<Ty>),

0 commit comments

Comments
 (0)