Skip to content

Commit 8502233

Browse files
RyanCavanaughLabhanshAgrawal
authored andcommitted
Make prettier happy
1 parent af4b21c commit 8502233

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/utils/plugins.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,10 @@ function exposeDecorated<P extends Record<string, any>>(
9191
};
9292
}
9393

94-
function getDecorated<P extends Record<string, any>>(parent: React.ComponentType<P>, name: string): React.ComponentClass<P> {
94+
function getDecorated<P extends Record<string, any>>(
95+
parent: React.ComponentType<P>,
96+
name: string
97+
): React.ComponentClass<P> {
9598
if (!decorated[name]) {
9699
let class_ = exposeDecorated(parent);
97100
(class_ as any).displayName = `_exposeDecorated(${name})`;

0 commit comments

Comments
 (0)