Skip to content

Commit dd2725e

Browse files
Narretzellimist
authored andcommitted
style(ng/animate.js): remove a newline
Closes angular#15309
1 parent 27f98cd commit dd2725e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ng/animate.js

-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ var $AnimateProvider = ['$provide', /** @this */ function($provide) {
252252
var reservedRegex = new RegExp('(\\s+|\\/)' + NG_ANIMATE_CLASSNAME + '(\\s+|\\/)');
253253
if (reservedRegex.test(this.$$classNameFilter.toString())) {
254254
throw $animateMinErr('nongcls','$animateProvider.classNameFilter(regex) prohibits accepting a regex value which matches/contains the "{0}" CSS class.', NG_ANIMATE_CLASSNAME);
255-
256255
}
257256
}
258257
}

0 commit comments

Comments
 (0)