mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
ESLint: fix dangling commas
This commit is contained in:
@@ -9,7 +9,7 @@ import { hasValue } from '../empty.util';
|
||||
|
||||
export const authMethodsMock = [
|
||||
new AuthMethod('password'),
|
||||
new AuthMethod('shibboleth', 'dspace.test/shibboleth')
|
||||
new AuthMethod('shibboleth', 'dspace.test/shibboleth'),
|
||||
];
|
||||
|
||||
export class AuthServiceStub {
|
||||
|
Reference in New Issue
Block a user