Skip to content

Commit 79ec1cd

Browse files
[DSC-2672] fix lint
1 parent e41657f commit 79ec1cd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/app/item-page/item-page.resolver.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ import {
2525
} from '../core/shared/authorized.operators';
2626
import { Item } from '../core/shared/item.model';
2727
import { getFirstCompletedRemoteData } from '../core/shared/operators';
28-
import {
29-
hasValue,
30-
} from '../shared/empty.util';
28+
import { hasValue } from '../shared/empty.util';
3129
import { getItemPageLinksToFollow } from './item.resolver';
3230
import { getItemPageRoute } from './item-page-routing-paths';
3331

0 commit comments

Comments
 (0)