Skip to content

Commit f2b1e3d

Browse files
committed
whitespace
1 parent 65e3678 commit f2b1e3d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/compile/util.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ function varReplace(str, dataVar, expr) {
137137
}
138138

139139

140-
141-
142140
function schemaHasRules(schema, rules) {
143141
if (typeof schema == 'boolean') return !schema;
144142
for (var key in schema) if (rules[key]) return true;

0 commit comments

Comments
 (0)