Skip to content

Commit 36eb43a

Browse files
cpreciosoinfomiho
andauthored
Apply comment
Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
1 parent aeec5a8 commit 36eb43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/remark/auto-js-code.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ async function format(
183183
editorconfig: true,
184184
})
185185

186-
return await prettier.format(code, { ...config, parser })
186+
return prettier.format(code, { ...config, parser })
187187
}
188188

189189
function transformExt(inPath: string, fn: (ext: string) => string) {

0 commit comments

Comments
 (0)