Skip to content

Commit fb2a1b2

Browse files
committed
Removed whitespace
1 parent a72a1a5 commit fb2a1b2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/index.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ function TestHook({ callback, hookProps, children }) {
77
}
88

99
function renderHook(callback, { initialProps, ...options } = {}) {
10-
const result = {
11-
current: null
12-
}
10+
const result = { current: null }
1311
const hookProps = { current: initialProps }
14-
1512
const resolvers = []
1613
const nextUpdate = () =>
1714
new Promise((resolve) => {

0 commit comments

Comments
 (0)