mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 19:13:08 +00:00
ESLint: fix dangling commas
This commit is contained in:
@@ -8,7 +8,7 @@ import { AlertType } from '../alert/aletr-type';
|
||||
@Component({
|
||||
selector: 'ds-error',
|
||||
styleUrls: ['./error.component.scss'],
|
||||
templateUrl: './error.component.html'
|
||||
templateUrl: './error.component.html',
|
||||
})
|
||||
export class ErrorComponent {
|
||||
|
||||
|
Reference in New Issue
Block a user