Skip to content

Commit

Permalink
ci: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Oct 2, 2024
1 parent b60001b commit ef94b23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import {
Component,
computed,
signal,
} from '@angular/core'
import { Component, computed, signal } from '@angular/core'
import {
type Column,
type ColumnDef,
Expand Down
3 changes: 1 addition & 2 deletions examples/react/grouping/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ import {
flexRender,
} from '@tanstack/react-table'
import { makeData } from './makeData'
import type { ColumnDef ,
GroupingState} from '@tanstack/react-table'
import type { ColumnDef, GroupingState } from '@tanstack/react-table'
import type { Person } from './makeData'

const tableHelper = createTableHelper({
Expand Down

0 comments on commit ef94b23

Please sign in to comment.