mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
style(traverse): remove excess line break (#5603)
This commit is contained in:
parent
63a830e08c
commit
97e99bd167
1 changed files with 0 additions and 1 deletions
|
|
@ -526,7 +526,6 @@ fn create_uid_name_base(name: &str) -> CompactString {
|
|||
}
|
||||
// SAFETY: We started with a valid UTF8 `&str` and have only trimmed off ASCII characters,
|
||||
// so remainder must still be valid UTF8
|
||||
|
||||
let name = unsafe { str::from_utf8_unchecked(bytes) };
|
||||
|
||||
// Create `CompactString` prepending name with `_`, and with 1 byte excess capacity.
|
||||
|
|
|
|||
Loading…
Reference in a new issue