Skip to content

Commit 12a69e3

Browse files
committed
Formatting
1 parent 699829e commit 12a69e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/type/engine/template-literal/is-finite.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ type TFromType<Type extends TSchema> =
7474
function FromType<Type extends TSchema>(type: Type): TFromType<Type> {
7575
return (
7676
IsUnion(type) ? FromTypes(type.anyOf) :
77-
IsLiteral(type) ? FromLiteral(type.const) :
78-
false
77+
IsLiteral(type) ? FromLiteral(type.const) :
78+
false
7979
) as never
8080
}
8181
// ------------------------------------------------------------------

0 commit comments

Comments
 (0)