Skip to content

Commit 41ad404

Browse files
committed
remove unused async
1 parent fa72552 commit 41ad404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/render/src/shared/utils/pretty.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const defaults: Options = {
99
parser: 'html',
1010
};
1111

12-
export const pretty = async (str: string, options: Options = {}) => {
12+
export const pretty = (str: string, options: Options = {}) => {
1313
return format(str.replaceAll("\0", ""), {
1414
...defaults,
1515
...options,

0 commit comments

Comments
 (0)