Skip to content

Commit

Permalink
Removed ; after class
Browse files Browse the repository at this point in the history
  • Loading branch information
mbakker96 committed Apr 21, 2016
1 parent a9af049 commit 4584aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/clickerList/clickerList.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class MockClass {
public getBoolean(): any {
return true;
}
};
}

let clickerList: ClickerList = null;
let clickerListFixture: ComponentFixture = null;
Expand Down

0 comments on commit 4584aca

Please sign in to comment.