Skip to content

Commit e9d4a5c

Browse files
committed
fix(float): remove trailing comma in moon.pkg.json
1 parent 7d96be5 commit e9d4a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

float/moon.pkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"round_wasm.mbt": ["wasm", "wasm-gc"],
77
"round.mbt": ["not", "js", "wasm", "wasm-gc"],
88
"to_int.mbt": ["not", "wasm", "wasm-gc"],
9-
"to_int_wasm.mbt": ["wasm", "wasm-gc"],
9+
"to_int_wasm.mbt": ["wasm", "wasm-gc"]
1010
}
1111
}

0 commit comments

Comments
 (0)