Skip to content

Commit c8139c6

Browse files
committed
Format
1 parent f9f25e2 commit c8139c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/wasm/wasm-type.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1734,8 +1734,8 @@ std::ostream& TypePrinter::print(Type type) {
17341734
os << "nullexnref";
17351735
break;
17361736
case HeapType::nohandler:
1737-
os << "nullhandlerref";
1738-
break;
1737+
os << "nullhandlerref";
1738+
break;
17391739
case HeapType::handler:
17401740
os << "handlerref";
17411741
break;

0 commit comments

Comments
 (0)