Skip to content

Commit

Permalink
style(traverse): remove excess line break (#5603)
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Sep 8, 2024
1 parent 63a830e commit 97e99bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/oxc_traverse/src/context/scoping.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 97e99bd

Please sign in to comment.