Skip to content

Commit e3224b1

Browse files
sparten11740ChALkeR
authored andcommitted
chore: fix linting issues
1 parent d0cbcb9 commit e3224b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/compile.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,9 @@ const compileSchema = (schema, root, opts, scope, basePathRoot = '') => {
920920
}
921921

922922
const checkGeneric = () => {
923-
handle('not', ['object', 'boolean'], (not) => subruleSub(true, null, current, not, subPath('not')))
923+
handle('not', ['object', 'boolean'], (not) =>
924+
subruleSub(true, null, current, not, subPath('not'))
925+
)
924926
if (node.not) uncertain('not')
925927

926928
const thenOrElse = node.then || node.then === false || node.else || node.else === false

0 commit comments

Comments
 (0)