Skip to content

Commit

Permalink
fmt and clippy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
xunilrj committed Jun 13, 2024
1 parent 44dceec commit 0300213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sway-error/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2438,7 +2438,7 @@ impl ToDiagnostic for CompileError {
issue: Issue::error(
source_engine,
span.clone(),
format!("")
String::new()
),
hints: vec![],
help: vec![
Expand Down

0 comments on commit 0300213

Please # to comment.