diff --git a/src/app/shared/rss-feed/rss.component.spec.ts b/src/app/shared/rss-feed/rss.component.spec.ts index 0a813bb4ea4..ec790315c6d 100644 --- a/src/app/shared/rss-feed/rss.component.spec.ts +++ b/src/app/shared/rss-feed/rss.component.spec.ts @@ -3,7 +3,10 @@ import { TestBed, waitForAsync, } from '@angular/core/testing'; -import { ActivatedRoute, Router } from '@angular/router'; +import { + ActivatedRoute, + Router +} from '@angular/router'; import { TranslateService } from '@ngx-translate/core'; import { of as observableOf } from 'rxjs'; diff --git a/src/app/shared/rss-feed/rss.component.ts b/src/app/shared/rss-feed/rss.component.ts index 216526a103c..10bb5653860 100644 --- a/src/app/shared/rss-feed/rss.component.ts +++ b/src/app/shared/rss-feed/rss.component.ts @@ -9,7 +9,10 @@ import { OnInit, ViewEncapsulation, } from '@angular/core'; -import { ActivatedRoute, Router } from '@angular/router'; +import { + ActivatedRoute, + Router +} from '@angular/router'; import { TranslateModule, TranslateService, @@ -34,8 +37,10 @@ import { getFirstCompletedRemoteData } from '../../core/shared/operators'; import { SearchConfigurationService } from '../../core/shared/search/search-configuration.service'; import { PaginatedSearchOptions } from '../search/models/paginated-search-options.model'; import { SearchFilter } from '../search/models/search-filter.model'; -import { hasValue } from '../empty.util'; -import { isUndefined } from 'lodash'; +import { + hasValue, + isUndefined +} from '../empty.util'; /** * The Rss feed button component. */