Skip to content

Commit

Permalink
Run prettier:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jussisaurio committed Mar 5, 2023
1 parent 260a0b9 commit 6d03867
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/__tests__/languageServerFeatures.source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ export const instanceOfTestOmit: TestOmit = {

// z.object().omitIfExists()

export const TestOmitIfExists = TestMerge.omitIfExists({ f2: true, nonExistent: true });
export const TestOmitIfExists = TestMerge.omitIfExists({
f2: true,
nonExistent: true,
});

export type TestOmitIfExists = z.infer<typeof TestOmitIfExists>;

Expand Down

0 comments on commit 6d03867

Please sign in to comment.