Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
elenatorro committed Nov 13, 2019
1 parent 95c3b08 commit cebbbb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/renderer/viz/expressions/belongs.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ const belongsReturn = {
check: '1.',
result: '0.'
},
in: {
in: {
check: '0.',
result: '1.'
result: '1.'
}
}
};

/**
* Check if value does not belong to the list of elements.
Expand Down

0 comments on commit cebbbb6

Please sign in to comment.