From f2b1e3d2c89288561ee68d7459a41b7222cc520d Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Wed, 1 Jul 2020 11:25:30 +0100 Subject: [PATCH] whitespace --- lib/compile/util.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/compile/util.js b/lib/compile/util.js index 5d54e2efb..ef07b8c75 100644 --- a/lib/compile/util.js +++ b/lib/compile/util.js @@ -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;