Skip to content

Commit

Permalink
chore: Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ukstv committed Apr 2, 2024
1 parent f162c8f commit 8e5c83f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/core/src/store/level-kv-store.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
import type { ChainedKVBatch, IKVStore, IKVStoreFindResult, StoreSearchParams } from './ikv-store.js'
import type {
ChainedKVBatch,
IKVStore,
IKVStoreFindResult,
StoreSearchParams,
} from './ikv-store.js'
import { DiagnosticsLogger } from '@ceramicnetwork/common'
import { Level } from 'level'
import all from 'it-all'
Expand Down

0 comments on commit 8e5c83f

Please sign in to comment.