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

Commit 805c3a6

Browse files
committed
Formatting issue
1 parent fcec8fa commit 805c3a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/ng/filter/filtersSpec.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,7 @@ describe('filters', function() {
236236
var midnight = new angular.mock.TzDate(+5, '2010-09-03T05:05:08.123Z'); //12am
237237
var earlyDate = new angular.mock.TzDate(+5, '0001-09-03T05:05:08.000Z');
238238
var secondWeek = new angular.mock.TzDate(+5, '2013-01-13T12:00:00.000Z'); //Sunday Jan 13, 2013
239-
240-
var date;
239+
var date;
241240

242241
beforeEach(inject(function($filter) {
243242
date = $filter('date');

0 commit comments

Comments
 (0)