mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 14:33:03 +00:00
ESLint: fix dangling commas
This commit is contained in:
@@ -27,7 +27,7 @@ export class BitstreamAuthorizationsComponent<TDomain extends DSpaceObject> impl
|
||||
* @param {ActivatedRoute} route
|
||||
*/
|
||||
constructor(
|
||||
private route: ActivatedRoute
|
||||
private route: ActivatedRoute,
|
||||
) {
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user