Skip to content

Commit

Permalink
style: reformat codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Mar 29, 2024
1 parent 5259933 commit 62d450c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/vine/validator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ export class VineValidator<
* Reference to static types
*/
declare [ITYPE]: Schema[typeof ITYPE];
declare [OTYPE]: Schema[typeof OTYPE];
declare [OTYPE]: Schema[typeof OTYPE]

/**
* Reference to the compiled schema
*/
#compiled: {
schema: RootNode,
refs: Refs,
schema: RootNode
refs: Refs
}

/**
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/validator.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,5 +312,5 @@ test.group('Validator | toJSON', () => {
},
}
`)
}).pin()
})
})

0 comments on commit 62d450c

Please sign in to comment.