fixed linting error

This commit is contained in:
lotte
2020-01-14 14:42:14 +01:00
parent 1bc7182372
commit 78f9d62e00

View File

@@ -16,7 +16,7 @@ import { hasValue } from '../../empty.util';
@Injectable()
export class SidebarFilterService {
constructor(private store:Store<SidebarFiltersState>) {
constructor(private store: Store<SidebarFiltersState>) {
}
/**