Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 7ed0340

Browse files
committed
style(ng/animate.js): remove a newline
Closes #15309
1 parent 5cce6e2 commit 7ed0340

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)