mirror of
https://github.com/fluencelabs/js-mafmt
synced 2025-04-25 13:42:20 +00:00
chore: fix lint
This commit is contained in:
parent
175e1661a7
commit
6a8b586003
@ -175,6 +175,7 @@ function and () {
|
|||||||
if (a === null) {
|
if (a === null) {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
return false
|
||||||
})
|
})
|
||||||
|
|
||||||
return a
|
return a
|
||||||
@ -201,6 +202,7 @@ function or () {
|
|||||||
out = res
|
out = res
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
return false
|
||||||
})
|
})
|
||||||
|
|
||||||
return out
|
return out
|
||||||
|
Loading…
x
Reference in New Issue
Block a user