refactor(semantic): fix indentation (#5037)

Small follow-on after #5035. Not sure why rustfmt didn't correct indentation here.
This commit is contained in:
overlookmotel 2024-08-21 09:48:43 +00:00
parent 1bd9365bd0
commit d69e34e983

View file

@ -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"),
));
}
}
}