Skip to content

Commit

Permalink
style: Apply updated Prettier style
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Jun 2, 2024
1 parent b92b602 commit fad10b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/schema/Schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ export class Schema {
name: string
sortMapEntries: ((a: Pair, b: Pair) => number) | null
tags: Array<CollectionTag | ScalarTag>
toStringOptions: Readonly<ToStringOptions> | null;
toStringOptions: Readonly<ToStringOptions> | null

// Used by createNode() and composeScalar()
declare readonly [MAP]: CollectionTag;
declare readonly [SCALAR]: ScalarTag;
declare readonly [MAP]: CollectionTag
declare readonly [SCALAR]: ScalarTag
declare readonly [SEQ]: CollectionTag

constructor({
Expand Down

0 comments on commit fad10b2

Please sign in to comment.