Skip to content

Commit ceb39b6

Browse files
committed
linter
1 parent 0629be8 commit ceb39b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/fizzy/parser.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,8 +456,8 @@ inline parser_result<Data> parse(const uint8_t* pos, const uint8_t* end)
456456

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

462462
input.remove_prefix(wasm_prefix.size());
463463

0 commit comments

Comments
 (0)