Skip to content

Commit

Permalink
run prettier (#25164)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbalicki2 authored and rickhanlonii committed Oct 5, 2022
1 parent 02ace21 commit d6c73a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/react-devtools-shared/src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ export function getWrappedDisplayName(
): string {
const displayName = (outerType: any).displayName;
return (
displayName ||
`${wrapperName}(${getDisplayName(innerType, fallbackName)})`
displayName || `${wrapperName}(${getDisplayName(innerType, fallbackName)})`
);
}

Expand Down

0 comments on commit d6c73a7

Please sign in to comment.