Skip to content

Commit

Permalink
yarn prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihanChen-MSFT committed Sep 7, 2022
1 parent c68434b commit 4f7a8b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function getTypes(ast: $FlowFixMe): TypeDeclarationMap {
switch (node.type) {
case 'ExportNamedDeclaration': {
if (node.declaration) {
switch(node.declaration.type) {
switch (node.declaration.type) {
case 'TSTypeAliasDeclaration':
case 'TSInterfaceDeclaration':
case 'TSEnumDeclaration': {
Expand Down

0 comments on commit 4f7a8b3

Please sign in to comment.