Skip to content

Commit

Permalink
style: jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
masterspambot committed Dec 9, 2016
1 parent 1f85f83 commit 0afee28
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ describe('permission.ui', function () {
expect(map.except).toEqual([['deniedChild'], ['denied']]);
expect(map.redirectTo).toEqual({
'accepted': jasmine.any(Function),
'acceptedChild': jasmine.any(Function)
, 'default': jasmine.any(Function)
'acceptedChild': jasmine.any(Function),
'default': jasmine.any(Function)
});
});

Expand Down

0 comments on commit 0afee28

Please sign in to comment.