From fad10b2f85bf13e21f363dfb5ca8364a9c0d844d Mon Sep 17 00:00:00 2001 From: Eemeli Aro Date: Sun, 2 Jun 2024 12:05:19 +0300 Subject: [PATCH] style: Apply updated Prettier style --- src/schema/Schema.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/schema/Schema.ts b/src/schema/Schema.ts index 4c9f240c..e16daa20 100644 --- a/src/schema/Schema.ts +++ b/src/schema/Schema.ts @@ -17,11 +17,11 @@ export class Schema { name: string sortMapEntries: ((a: Pair, b: Pair) => number) | null tags: Array - toStringOptions: Readonly | null; + toStringOptions: Readonly | 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({