Skip to content

Commit e10dfc8

Browse files
style(traverse): remove excess whitespace (#10544)
1 parent f19b287 commit e10dfc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/oxc_traverse/src/context/scoping.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ impl TraverseScoping {
187187
/// the resulting scopes will be:
188188
/// ```ts
189189
/// parentScope1: {
190-
/// newScope: {
190+
/// newScope: {
191191
/// childScope: { }
192192
/// }
193193
/// childScope2: { }

0 commit comments

Comments
 (0)