Skip to content

Commit ef94b23

Browse files
ci: apply automated fixes
1 parent b60001b commit ef94b23

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

examples/angular/column-pinning-sticky/src/app/app.component.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
import {
2-
Component,
3-
computed,
4-
signal,
5-
} from '@angular/core'
1+
import { Component, computed, signal } from '@angular/core'
62
import {
73
type Column,
84
type ColumnDef,

examples/react/grouping/src/main.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ import {
1818
flexRender,
1919
} from '@tanstack/react-table'
2020
import { makeData } from './makeData'
21-
import type { ColumnDef ,
22-
GroupingState} from '@tanstack/react-table'
21+
import type { ColumnDef, GroupingState } from '@tanstack/react-table'
2322
import type { Person } from './makeData'
2423

2524
const tableHelper = createTableHelper({

0 commit comments

Comments
 (0)