Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas authored and actions-user committed Nov 17, 2023
1 parent 81be7d9 commit b85c9d9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { GridOptionPopover } from './GridOptionsPopover';
export type GridWrapperProps<
TData extends Record<PropertyKey, unknown>,
TContext extends Record<PropertyKey, unknown> = never,
TFilter = undefined
TFilter = undefined,
> = {
config: GridConfig<TData, TFilter>;
getIdentifier: GetIdentifier<TData>;
Expand All @@ -22,7 +22,7 @@ export type GridWrapperProps<
export const GridWrapper = <
TData extends Record<PropertyKey, unknown>,
TContext extends Record<PropertyKey, unknown> = never,
TFilter = undefined
TFilter = undefined,
>({
config,
getIdentifier,
Expand Down

0 comments on commit b85c9d9

Please sign in to comment.