From 3799955c08ec42b8f814ecca5dd1dfadf71e64d8 Mon Sep 17 00:00:00 2001 From: sinclair Date: Wed, 8 Nov 2023 00:21:10 +0900 Subject: [PATCH] Formatting --- test/static/partial.ts | 2 +- test/static/required.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/static/partial.ts b/test/static/partial.ts index a4793a168..f4f81b023 100644 --- a/test/static/partial.ts +++ b/test/static/partial.ts @@ -84,4 +84,4 @@ import * as Types from '@sinclair/typebox' c: Types.TOptional d: Types.TOptional }> = Type.Partial(T) -} \ No newline at end of file +} diff --git a/test/static/required.ts b/test/static/required.ts index e67d03237..a35c61f22 100644 --- a/test/static/required.ts +++ b/test/static/required.ts @@ -86,4 +86,4 @@ import * as Types from '@sinclair/typebox' c: Types.TNumber d: Types.TNumber }> = Type.Required(T) -} \ No newline at end of file +}