diff options
| author | Ayush Kumar Mishra <ayush.k.mishra@xcelenergy.com> | 2020-04-21 17:06:22 +0530 |
|---|---|---|
| committer | Ayush Kumar Mishra <ayush.k.mishra@xcelenergy.com> | 2020-04-21 17:06:22 +0530 |
| commit | 365b3cc7818f737860a0d71d7ca180e06bb7475a (patch) | |
| tree | b396eb88400963a2a999efe4e03a511e033ed21c | |
| parent | ee5a2120f9234ff235777d076666bb8be8386541 (diff) | |
Fix formatting issue
| -rw-r--r-- | src/librustc_lexer/src/tests.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_lexer/src/tests.rs b/src/librustc_lexer/src/tests.rs index 29491c7851a..065e8f3f646 100644 --- a/src/librustc_lexer/src/tests.rs +++ b/src/librustc_lexer/src/tests.rs @@ -163,5 +163,4 @@ mod tests { let expected: Option<usize> = None; assert_eq!(expected, actual); } - } |
