Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Jul 1, 2020
1 parent 65e3678 commit f2b1e3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/compile/util.js
Expand Up @@ -137,8 +137,6 @@ function varReplace(str, dataVar, expr) {
}




function schemaHasRules(schema, rules) {
if (typeof schema == 'boolean') return !schema;
for (var key in schema) if (rules[key]) return true;
Expand Down

0 comments on commit f2b1e3d

Please sign in to comment.