mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 20:13:07 +00:00
ESLint: fix dangling commas
This commit is contained in:
@@ -8,7 +8,7 @@ import { IdentifierDataService } from '../../../core/data/identifier-data.servic
|
||||
|
||||
@Component({
|
||||
selector: 'ds-identifier-data',
|
||||
templateUrl: './identifier-data.component.html'
|
||||
templateUrl: './identifier-data.component.html',
|
||||
})
|
||||
/**
|
||||
* Component rendering an identifier, eg. DOI or handle
|
||||
|
Reference in New Issue
Block a user