Skip to content

Commit

Permalink
Update packages/fuels-macros/src/parse_utils/unique_name_values.rs
Browse files Browse the repository at this point in the history
Co-authored-by: iqdecay <victor@berasconsulting.com>
  • Loading branch information
hal3e and iqdecay authored Feb 14, 2024
1 parent 7e455d8 commit 3cd4ad2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ impl UniqueNameValues {
.map(|name| {
Error::new_spanned(
name.clone(),
format!("attribute '{name}' not recognized! Expected one of: {expected_names}"),
format!("attribute '{name}' not recognized. Expected one of: {expected_names}"),
)
})
.validate_no_errors()
Expand Down

0 comments on commit 3cd4ad2

Please sign in to comment.