fix: Not compliant to coding style

This commit is contained in:
Aphcity 2024-11-25 19:11:22 -05:00
parent c2cc2c2674
commit 197cfba727
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ constexpr Type F64x2{Type::F64x2};
constexpr Type F64x3{Type::F64x3};
constexpr Type F64x4{Type::F64x4};
constexpr OpcodeMeta META_TABLE[] {
constexpr OpcodeMeta META_TABLE[]{
#define OPCODE(name_token, type_token, ...) \
{ \
.name{#name_token}, \