Skip to content

Commit

Permalink
remove stray newline
Browse files Browse the repository at this point in the history
  • Loading branch information
tlively committed Aug 21, 2024
1 parent 90b3034 commit ec2c71e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parser/wast-parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ Result<ExpectedResult> result(Lexer& in) {

// If we failed to parse a constant, we must have either a nan pattern or a
// reference.

if (in.takeSExprStart("f32.const"sv)) {
auto kind = nan(in);
CHECK_ERR(kind);
Expand Down

0 comments on commit ec2c71e

Please sign in to comment.