mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Enforce rustfmt format
This commit is contained in:
parent
4de3c97b2a
commit
55e8755fbb
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ fn next_token_inner(c: char, ptr: &mut Ptr) -> SyntaxKind {
|
|||
scan_char(ptr);
|
||||
scan_literal_suffix(ptr);
|
||||
CHAR
|
||||
}
|
||||
};
|
||||
}
|
||||
'b' => {
|
||||
let kind = scan_byte_char_or_string(ptr);
|
||||
|
|
Loading…
Reference in a new issue