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 +}