From 21de3ca39d810c87ad72f18eb27eedf12620f799 Mon Sep 17 00:00:00 2001 From: Nicolas Boulay Date: Wed, 22 Jan 2025 09:11:58 -0500 Subject: [PATCH] Fixed lint no-trailing-spaces --- src/app/core/data/access-status-data.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/core/data/access-status-data.service.ts b/src/app/core/data/access-status-data.service.ts index 215ef6b4a60..8ab206583da 100644 --- a/src/app/core/data/access-status-data.service.ts +++ b/src/app/core/data/access-status-data.service.ts @@ -33,7 +33,7 @@ export class AccessStatusDataService extends BaseDataService findItemAccessStatusFor(item: Item): Observable> { return this.findByHref(item._links.accessStatus.href); } - + /** * Returns {@link RemoteData} of {@link AccessStatusObject} that is the access status of the given bitstream * @param bitstream Bitstream we want the access status of