Skip to content

Commit ded8f2b

Browse files
committed
format
1 parent a0e1e78 commit ded8f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/build_tests/super_errors/fixtures/record_coercion_as_payload_mismatch_right.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ type x = {
33
y: int,
44
}
55
type y = {
6-
@as("z")x: int,
6+
@as("z") x: int,
77
y: int,
88
}
99

0 commit comments

Comments
 (0)