Skip to content

Commit

Permalink
Convert tabs to spaces in Root.item_lookup.
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao committed Oct 21, 2024
1 parent 197e198 commit 68aef6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sway-core/src/semantic_analysis/namespace/root.rs
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,8 @@ impl Root {
(decl.clone(), path.clone(), *reexport)
} else if decls.is_empty() {
return Err(handler.emit_err(CompileError::Internal(
"The name {symbol} was bound in a star import, but no corresponding module paths were found",
item.span(),
"The name {symbol} was bound in a star import, but no corresponding module paths were found",
item.span(),
)));
} else {
return Err(handler.emit_err(CompileError::SymbolWithMultipleBindings {
Expand Down

0 comments on commit 68aef6e

Please sign in to comment.