Fix checkstyle issue

This commit is contained in:
Yana De Pauw
2021-02-12 10:31:17 +01:00
committed by Art Lowel
parent 99a96451b1
commit 72ca74bdf3

View File

@@ -14,7 +14,7 @@ export function getBitstreamModuleRoute() {
return `/${BITSTREAM_MODULE_PATH}`;
}
export function getBitstreamDownloadRoute(bitstream) : string{
export function getBitstreamDownloadRoute(bitstream): string {
return new URLCombiner(getBitstreamModuleRoute(), bitstream.uuid, 'download').toString();
}