mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 21:13:07 +00:00
ESLint: fix dangling commas
This commit is contained in:
@@ -9,7 +9,7 @@ import { Component } from '@angular/core';
|
||||
*/
|
||||
@Component({
|
||||
selector: 'ds-abstract-trackable',
|
||||
template: ''
|
||||
template: '',
|
||||
})
|
||||
export class AbstractTrackableComponent {
|
||||
|
||||
|
Reference in New Issue
Block a user