Skip to content

Commit 22ac81c

Browse files
committed
Run prettier
1 parent b64f7a3 commit 22ac81c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/src/lib/hooks/hooks-proxy.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@ export const createHooksProxy = (
127127
return
128128
}
129129

130-
const stdinFile = hasStdin ? createStdinFile(await readStdin(conn.stdin)) : null
130+
const stdinFile = hasStdin
131+
? createStdinFile(await readStdin(conn.stdin))
132+
: null
131133

132134
const args = [
133135
...['hook', 'run', hookName],

0 commit comments

Comments
 (0)