Skip to content

Commit

Permalink
[types] Fixing indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonHK committed May 5, 2020
1 parent d2da046 commit 5043ca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/material-ui-types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ type GenerateStringUnion<T> = Extract<
[Key in keyof T]: T[Key] extends never
? never
: Exclude<T[Key], true> extends never
? Key
: never;
? Key
: never;
}[keyof T],
string
>;

0 comments on commit 5043ca9

Please sign in to comment.