Skip to content

Commit

Permalink
refactor: remove unused constructor method
Browse files Browse the repository at this point in the history
(cherry picked from commit a4e3f53)
  • Loading branch information
aanchal88 authored and alan-agius4 committed Jun 14, 2023
1 parent a343754 commit b16eb94
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import { Injectable } from '@angular/core';
@Injectable()
export class LibService {

constructor() { }

testEs2016() {
return ['foo', 'bar'].includes('foo');
}
Expand Down

0 comments on commit b16eb94

Please sign in to comment.