Skip to content

Commit

Permalink
run prettier (#25164)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbalicki2 authored Aug 31, 2022
1 parent 47867a7 commit 7e5322c
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 7e5322c

Please sign in to comment.