Skip to content

Commit

Permalink
Remove obsolute empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Feb 21, 2020
1 parent 72ef727 commit 5dd6d33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/gulp/tasks/criteria.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export function criteria(paths, files, done) {
criteriaData.labels.forEach((label, key) => criteria.values.set(key, new CriteriaValue(criteria.id, key)))
}
autoConfiguration.setCriteria(-1, criteria);

}
});
});
Expand Down

0 comments on commit 5dd6d33

Please sign in to comment.