Skip to content

Commit b7d6934

Browse files
committed
fix a long line that i forgot to commit
1 parent ee45fd8 commit b7d6934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/comp/front/parser.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ fn parse_ty_fn(ast::proto proto, parser p, uint lo)
323323
auto t = parse_ty(p);
324324

325325
alt (p.peek()) {
326-
case (token::IDENT(_, _)) { p.bump(); /* ignore the param name */ }
326+
case (token::IDENT(_, _)) { p.bump(); /* ignore param name */ }
327327
case (_) { /* no param name present */ }
328328
}
329329

0 commit comments

Comments
 (0)