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