From 481508d0e7ae9e4984ea380b9a43e589551c7a5b Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 18 Feb 2014 03:04:42 -0800 Subject: style: remove ws and enfore no-trailing-ws jscs rule --- test/ngRoute/directive/ngViewSpec.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/ngRoute/directive/ngViewSpec.js b/test/ngRoute/directive/ngViewSpec.js index bf134f82..072c232b 100644 --- a/test/ngRoute/directive/ngViewSpec.js +++ b/test/ngRoute/directive/ngViewSpec.js @@ -727,7 +727,7 @@ describe('ngView animations', function() { $rootScope.$digest(); //we don't care about the enter animation for the first element - $animate.queue.pop(); + $animate.queue.pop(); $location.path('/bar'); $rootScope.$digest(); @@ -756,7 +756,7 @@ describe('ngView animations', function() { $rootScope.$digest(); //we don't care about the enter animation - $animate.queue.shift(); + $animate.queue.shift(); var animation = $animate.queue.shift(); expect(animation.event).toBe('addClass'); @@ -776,7 +776,7 @@ describe('ngView animations', function() { $rootScope.$digest(); //we don't care about the enter animation - $animate.queue.shift(); + $animate.queue.shift(); animation = $animate.queue.shift(); item = animation.element; -- cgit v1.2.3