Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Oct 18, 2024
1 parent de11746 commit ab4908d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/shapefile/src/dbf-arrow-loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import type {Loader, LoaderWithParser, LoaderOptions} from '@loaders.gl/loader-utils';
import type {ArrowTable, ArrowTableBatch} from '@loaders.gl/schema';
import {parseDBF, parseDBFInBatches} from './lib/parsers/parse-dbf-to-arrow';
import { DBFFormat } from './dbf-format';
import {DBFFormat} from './dbf-format';

// __VERSION__ is injected by babel-plugin-version-inline
// @ts-ignore TS2304: Cannot find name '__VERSION__'.
Expand Down
2 changes: 1 addition & 1 deletion modules/shapefile/src/dbf-format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ export const DBFFormat = {
module: 'shapefile',
category: 'table',
extensions: ['dbf'],
mimeTypes: ['application/x-dbf'],
mimeTypes: ['application/x-dbf']
} as const satisfies Format;

0 comments on commit ab4908d

Please sign in to comment.