Skip to content

Commit

Permalink
Fixed lint no-trailing-spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
nibou230 committed Feb 10, 2025
1 parent 58c53ed commit 21de3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/data/access-status-data.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class AccessStatusDataService extends BaseDataService<AccessStatusObject>
findItemAccessStatusFor(item: Item): Observable<RemoteData<AccessStatusObject>> {
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
Expand Down

0 comments on commit 21de3ca

Please sign in to comment.