Skip to content

Commit

Permalink
Fix linting error.
Browse files Browse the repository at this point in the history
  • Loading branch information
trepagnier authored and cuttlefish committed Dec 7, 2018
1 parent 5c0aa79 commit 8e5f652
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/ui/spec/navigationSvc.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ describe("navigationSvc", () => {
let config;
let navigationSvc;
let locationSvc;
let location;
let stateSvc;

beforeEach(module("composer"));
Expand All @@ -12,7 +11,6 @@ describe("navigationSvc", () => {
navigationSvc = _navigationSvc_;
locationSvc = navigationSvc.locationSvc;
stateSvc = _stateSvc_;
location = $location;
})
);
beforeEach(() => {
Expand Down

0 comments on commit 8e5f652

Please sign in to comment.