mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
refactor(semantic): fix indentation (#5037)
Small follow-on after #5035. Not sure why rustfmt didn't correct indentation here.
This commit is contained in:
parent
1bd9365bd0
commit
d69e34e983
1 changed files with 2 additions and 2 deletions
|
|
@ -129,8 +129,8 @@ current scope {cur_scope_id:?}: {current_bindings:?}
|
|||
)));
|
||||
if !current_scopes.has_binding(current_symbols.get_scope_id(symbol_id), name) {
|
||||
self.errors.push(OxcDiagnostic::error(
|
||||
format!("Cannot find BindingIdentifier({name}) in the Scope corresponding to the Symbol"),
|
||||
));
|
||||
format!("Cannot find BindingIdentifier({name}) in the Scope corresponding to the Symbol"),
|
||||
));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue