ci: fix code style linting errors

This commit is contained in:
philippkuehn 2022-01-03 13:29:53 +00:00 committed by GitHub Actions
parent 64dfae8511
commit 7160b19c73

View File

@ -29,7 +29,7 @@ type ComponentType<R, P> =
React.FunctionComponent<P> |
React.ForwardRefExoticComponent<React.PropsWithoutRef<P> & React.RefAttributes<R>>;
export class ReactRenderer<R = unknown,P = unknown> {
export class ReactRenderer<R = unknown, P = unknown> {
id: string
editor: ExtendedEditor