Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclairzx81 committed Nov 7, 2023
1 parent f7b19b4 commit 3799955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/static/partial.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ import * as Types from '@sinclair/typebox'
c: Types.TOptional<Types.TNumber>
d: Types.TOptional<Types.TNumber>
}> = Type.Partial(T)
}
}
2 changes: 1 addition & 1 deletion test/static/required.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ import * as Types from '@sinclair/typebox'
c: Types.TNumber
d: Types.TNumber
}> = Type.Required(T)
}
}

0 comments on commit 3799955

Please sign in to comment.