Skip to content

Commit

Permalink
chore: fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
elucidsoft committed Nov 12, 2024
1 parent a2b4aa0 commit 698952c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/utils/formatPartitionColumns.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import type { PartitionColumnOptions, PartitionOptions } from '../operations/tables';
import type {
PartitionColumnOptions,
PartitionOptions,
} from '../operations/tables';
import { toArray } from './toArray';

function formatPartitionColumn(
Expand Down

0 comments on commit 698952c

Please sign in to comment.