mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 05:53:03 +00:00
ESLint: fix dangling commas
This commit is contained in:
@@ -38,7 +38,7 @@ export class ServerInitService extends InitService {
|
||||
protected metadata: MetadataService,
|
||||
protected breadcrumbsService: BreadcrumbsService,
|
||||
protected themeService: ThemeService,
|
||||
protected menuService: MenuService
|
||||
protected menuService: MenuService,
|
||||
) {
|
||||
super(
|
||||
store,
|
||||
|
Reference in New Issue
Block a user