Skip to content

Commit

Permalink
chore(nessy) lint
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Nov 3, 2020
1 parent 4170d72 commit ddfa715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nessy.js
Expand Up @@ -14,7 +14,7 @@ module.exports = (selector, value, divider, obj) => {

const arr = selector.split(divider);

for (let i = 0; i < arr.length ; i++) {
for (let i = 0; i < arr.length; i++) {
const name = arr[i];

if (notSecure(name))
Expand Down

0 comments on commit ddfa715

Please sign in to comment.