Skip to content

Commit 8712a90

Browse files
committed
chore: more whitespace
1 parent eaf48ed commit 8712a90

File tree

1 file changed

+1
-3
lines changed
  • packages/ipfs-unixfs-importer/src/dag-builder

1 file changed

+1
-3
lines changed

packages/ipfs-unixfs-importer/src/dag-builder/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ export interface DagBuilderOptions extends FileBuilderOptions, DirBuilderOptions
6868
fileBuilder?: FileBuilder
6969
}
7070

71-
export type ImporterSourceStream =
72-
| AsyncIterable<ImportCandidate>
73-
| Iterable<ImportCandidate>
71+
export type ImporterSourceStream = AsyncIterable<ImportCandidate> | Iterable<ImportCandidate>
7472

7573
export interface DAGBuilder {
7674
(source: ImporterSourceStream, blockstore: WritableStorage): AsyncIterable<() => Promise<InProgressImportResult>>

0 commit comments

Comments
 (0)