Skip to content

Commit

Permalink
fixing linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvaro Molina Alvarez committed Nov 18, 2019
1 parent 6fc9227 commit 7db0fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/design-system/src/lib/alert/alert.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class AlertComponent implements OnInit {
typeAlertEnum = TypeAlertEnum;

constructor(
private sanitizer: DomSanitizer
private sanitizer: DomSanitizer,
) { }

ngOnInit() {
Expand Down

0 comments on commit 7db0fc7

Please sign in to comment.