64644: Remove empty line to fix lint error

This commit is contained in:
Yana De Pauw
2019-09-09 17:37:14 +02:00
parent 22df3ec7f2
commit 5553d046ce

View File

@@ -260,8 +260,6 @@ describe('SearchFilterService', () => {
}); });
}); });
describe('when the getCurrentView method is called', () => { describe('when the getCurrentView method is called', () => {
beforeEach(() => { beforeEach(() => {
spyOn(routeServiceStub, 'getQueryParameterValue'); spyOn(routeServiceStub, 'getQueryParameterValue');