Skip to content

Commit 8b1e74c

Browse files
committed
Format
1 parent ee9c32a commit 8b1e74c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/zarrita/src/consolidated.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ function is_v3(meta: Metadata): meta is ArrayMetadata | GroupMetadata {
7272

7373
/** Options for {@linkcode withConsolidated} and {@linkcode tryWithConsolidated}. */
7474
export interface WithConsolidatedOptions {
75-
/**
76-
* Key to read consolidated metadata from.
77-
*
78-
* @default {".zmetadata"}
79-
*/
80-
readonly metadataKey?: string;
75+
/**
76+
* Key to read consolidated metadata from.
77+
*
78+
* @default {".zmetadata"}
79+
*/
80+
readonly metadataKey?: string;
8181
}
8282

8383
/**

0 commit comments

Comments
 (0)