Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Mar 19, 2023
1 parent 0629be8 commit ceb39b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/fizzy/parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,8 @@ inline parser_result<Data> parse(const uint8_t* pos, const uint8_t* end)

std::unique_ptr<const Module> parse(bytes_view input)
{
// if (input.substr(0, wasm_prefix.size()) != wasm_prefix)
// throw parser_error{"invalid wasm module prefix"};
// if (input.substr(0, wasm_prefix.size()) != wasm_prefix)
// throw parser_error{"invalid wasm module prefix"};

input.remove_prefix(wasm_prefix.size());

Expand Down

0 comments on commit ceb39b6

Please sign in to comment.