From ce553e3272bd20cc5b92961fa29ccced0b66542f Mon Sep 17 00:00:00 2001 From: jonas-atmire Date: Thu, 1 Oct 2020 09:09:05 +0200 Subject: [PATCH] Fixing lint error(s) --- src/app/+bitstream-page/bitstream-page.resolver.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/+bitstream-page/bitstream-page.resolver.ts b/src/app/+bitstream-page/bitstream-page.resolver.ts index a47183e049..9c85688c39 100644 --- a/src/app/+bitstream-page/bitstream-page.resolver.ts +++ b/src/app/+bitstream-page/bitstream-page.resolver.ts @@ -6,7 +6,7 @@ import { find } from 'rxjs/operators'; import { hasValue } from '../shared/empty.util'; import { Bitstream } from '../core/shared/bitstream.model'; import { BitstreamDataService } from '../core/data/bitstream-data.service'; -import {followLink, FollowLinkConfig} from "../shared/utils/follow-link-config.model"; +import {followLink, FollowLinkConfig} from '../shared/utils/follow-link-config.model'; /** * This class represents a resolver that requests a specific bitstream before the route is activated