Skip to content

Commit 077f174

Browse files
Fix clang-format
1 parent c961cda commit 077f174

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/parser/wast-parser.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,9 @@ Result<WASTCommand> command(Lexer& in) {
535535
CHECK_ERR(cmd);
536536

537537
return std::visit(
538-
[](const auto& modOrInstantiation) -> WASTCommand { return modOrInstantiation; },
538+
[](const auto& modOrInstantiation) -> WASTCommand {
539+
return modOrInstantiation;
540+
},
539541
*cmd);
540542
}
541543

0 commit comments

Comments
 (0)