From 8fad4bbca4ef0361fa881daaa713a15330a21eff Mon Sep 17 00:00:00 2001 From: firepunch Date: Sat, 22 Oct 2016 23:13:05 +0900 Subject: [PATCH] style: remove one enter --- src/ng/animate.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ng/animate.js b/src/ng/animate.js index a59d5dce2c77..923126eed045 100644 --- a/src/ng/animate.js +++ b/src/ng/animate.js @@ -252,7 +252,6 @@ var $AnimateProvider = ['$provide', /** @this */ function($provide) { var reservedRegex = new RegExp('(\\s+|\\/)' + NG_ANIMATE_CLASSNAME + '(\\s+|\\/)'); if (reservedRegex.test(this.$$classNameFilter.toString())) { throw $animateMinErr('nongcls','$animateProvider.classNameFilter(regex) prohibits accepting a regex value which matches/contains the "{0}" CSS class.', NG_ANIMATE_CLASSNAME); - } } }