Skip to content

Commit 58cecd4

Browse files
committed
prettier on entities.ts
1 parent 10629c7 commit 58cecd4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

site/src/testHelpers/entities.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -2047,9 +2047,7 @@ export const MockEntitlementsWithUserLimit: TypesGen.Entitlements = {
20472047
}),
20482048
};
20492049

2050-
export const MockExperiments: TypesGen.Experiment[] = [
2051-
"workspace_actions",
2052-
];
2050+
export const MockExperiments: TypesGen.Experiment[] = ["workspace_actions"];
20532051

20542052
export const MockAuditLog: TypesGen.AuditLog = {
20552053
id: "fbd2116a-8961-4954-87ae-e4575bd29ce0",

0 commit comments

Comments
 (0)