Skip to content

Commit

Permalink
Merge pull request #80 from mbakker96/master
Browse files Browse the repository at this point in the history
Removed ; after class
  • Loading branch information
lathonez committed Apr 21, 2016
2 parents a9af049 + 4584aca commit e8fb205
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 e8fb205

Please sign in to comment.