Skip to content

Commit

Permalink
DownloadComponent: fix formating
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed Jul 21, 2020
1 parent 5a072fb commit 87b4211
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/app/components/download/download.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-download',
templateUrl: './download.component.html',
styleUrls: ['./download.component.scss']
styleUrls: ['./download.component.scss'],
})
export class DownloadComponent implements OnInit {
constructor() {}

constructor() { }

ngOnInit(): void {
}

ngOnInit(): void {}
}

0 comments on commit 87b4211

Please sign in to comment.