Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F969785
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
463 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/src/test-utils/prettier.ts b/src/test-utils/prettier.ts
index 8187e78..71512f2 100644
--- a/src/test-utils/prettier.ts
+++ b/src/test-utils/prettier.ts
@@ -1,12 +1,12 @@
import Prettier from "prettier";
export async function formatWithPrettier(
content: string,
lang = "typescript"
): Promise<string> {
- return await Prettier.format(content, {
+ return Prettier.format(content, {
useTabs: true,
tabWidth: 4,
parser: lang,
});
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Nov 23, 18:40 (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
548023
Default Alt Text
(463 B)
Attached To
Mode
R130 jdd
Attached
Detach File
Event Timeline
Log In to Comment