Skip to content

Commit 6ed7778

Browse files
committed
format
1 parent b9cf729 commit 6ed7778

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
type record = {
2-
one: string
3-
}
1+
type record = {one: string}
42

53
external getRecord: unit => promise<record> = "getRecord"
64

75
let x = () => {
86
let res = Promise.resolve({one: "hi"})
97
res.one
10-
}
8+
}

0 commit comments

Comments
 (0)