From a12f8cae8a5430199a3dc78158cc0d2d484fa97b Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 3 Nov 2024 12:33:22 +0000 Subject: [PATCH] style: remove trailing whitespace (#12) --- types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/index.d.ts b/types/index.d.ts index fffbb7a..e5ad7b2 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -4,7 +4,7 @@ * @constructor */ declare class RefResolver { - + /** * @param {object} opts - Options for the resolver. * @param {boolean} opts.allowEqualDuplicates - Whether to allow schemas with equal ids to be added to the resolver.