Skip to content

Commit 300bac8

Browse files
committed
Format with rustfmt 2020-04-14
1 parent f7a6201 commit 300bac8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fallback.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -850,9 +850,9 @@ fn token_stream(mut input: Cursor) -> PResult<TokenStream> {
850850
Ok((a, tt)) => {
851851
trees.push(tt);
852852
input = a;
853-
},
853+
}
854854
Err(_) => break,
855-
}
855+
},
856856
}
857857
}
858858
Ok((input, TokenStream { inner: trees }))

0 commit comments

Comments
 (0)