forked from hazza/dspace-angular
ESLint: fix dangling commas
This commit is contained in:
@@ -4,7 +4,7 @@ import { Context } from '../../core/shared/context.model';
|
||||
@Component({
|
||||
selector: 'ds-admin-workflow-page',
|
||||
templateUrl: './admin-workflow-page.component.html',
|
||||
styleUrls: ['./admin-workflow-page.component.scss']
|
||||
styleUrls: ['./admin-workflow-page.component.scss'],
|
||||
})
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user