Skip to content

Commit

Permalink
fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr committed Aug 24, 2023
1 parent 0c764c6 commit 86b6577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/wingc/src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ impl<'s> Parser<'s> {
self.with_error::<StmtKind>(
format!(
"bring {} must be assigned to an identifier (e.g. bring \"foo\" as foo)",
module_name
module_symbol
),
statement_node,
)
Expand All @@ -789,7 +789,7 @@ impl<'s> Parser<'s> {
self.with_error::<StmtKind>(
format!(
"bring {} must be assigned to an identifier (e.g. bring \"foo\" as foo)",
module_name
module_symbol
),
statement_node,
)
Expand Down

0 comments on commit 86b6577

Please sign in to comment.