From ef94b23ec308f1b110da775a68a01161cedd1636 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 02:09:28 +0000 Subject: [PATCH] ci: apply automated fixes --- .../angular/column-pinning-sticky/src/app/app.component.ts | 6 +----- examples/react/grouping/src/main.tsx | 3 +-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/examples/angular/column-pinning-sticky/src/app/app.component.ts b/examples/angular/column-pinning-sticky/src/app/app.component.ts index ec0b1cc62f..4b47ab7123 100644 --- a/examples/angular/column-pinning-sticky/src/app/app.component.ts +++ b/examples/angular/column-pinning-sticky/src/app/app.component.ts @@ -1,8 +1,4 @@ -import { - Component, - computed, - signal, -} from '@angular/core' +import { Component, computed, signal } from '@angular/core' import { type Column, type ColumnDef, diff --git a/examples/react/grouping/src/main.tsx b/examples/react/grouping/src/main.tsx index e3d7006230..78036ce3db 100644 --- a/examples/react/grouping/src/main.tsx +++ b/examples/react/grouping/src/main.tsx @@ -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({