Skip to content

Commit fad10b2

Browse files
committed
style: Apply updated Prettier style
1 parent b92b602 commit fad10b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/schema/Schema.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ export class Schema {
1717
name: string
1818
sortMapEntries: ((a: Pair, b: Pair) => number) | null
1919
tags: Array<CollectionTag | ScalarTag>
20-
toStringOptions: Readonly<ToStringOptions> | null;
20+
toStringOptions: Readonly<ToStringOptions> | null
2121

2222
// Used by createNode() and composeScalar()
23-
declare readonly [MAP]: CollectionTag;
24-
declare readonly [SCALAR]: ScalarTag;
23+
declare readonly [MAP]: CollectionTag
24+
declare readonly [SCALAR]: ScalarTag
2525
declare readonly [SEQ]: CollectionTag
2626

2727
constructor({

0 commit comments

Comments
 (0)