mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 06:23:03 +00:00
ESLint: fix dangling commas
This commit is contained in:
@@ -79,7 +79,7 @@ describe('DsoEditMetadataComponent', () => {
|
||||
{ provide: NotificationsService, useValue: notificationsService },
|
||||
ArrayMoveChangeAnalyzer,
|
||||
],
|
||||
schemas: [NO_ERRORS_SCHEMA]
|
||||
schemas: [NO_ERRORS_SCHEMA],
|
||||
}).compileComponents();
|
||||
}));
|
||||
|
||||
|
Reference in New Issue
Block a user