mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
fixed linting error
This commit is contained in:
@@ -16,7 +16,7 @@ import { hasValue } from '../../empty.util';
|
||||
@Injectable()
|
||||
export class SidebarFilterService {
|
||||
|
||||
constructor(private store:Store<SidebarFiltersState>) {
|
||||
constructor(private store: Store<SidebarFiltersState>) {
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user