Skip to content

Commit

Permalink
cargo format
Browse files Browse the repository at this point in the history
  • Loading branch information
guipublic committed Sep 20, 2023
1 parent aa71290 commit a8bcb4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/noirc_frontend/src/parser/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1388,8 +1388,8 @@ where
emit(ParserError::with_reason(ParserErrorReason::ForLoopDefaultTypeChanging, span));
expr
})
}
}

fn array_expr<P>(expr_parser: P) -> impl NoirParser<ExpressionKind>
where
P: ExprParser,
Expand Down

0 comments on commit a8bcb4c

Please sign in to comment.