Skip to content

Commit 1730104

Browse files
[DSC-1594] - Fix space
1 parent c02197d commit 1730104

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/bitstream-page/edit-bitstream-page/edit-bitstream-page.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,8 +498,8 @@ export class EditBitstreamPageComponent implements OnInit, OnDestroy {
498498
})
499499
);
500500
}
501-
handleHideBitstream(entries: VocabularyEntry[]) {
502501

502+
handleHideBitstream(entries: VocabularyEntry[]) {
503503
if (isEmpty(entries)) {
504504
return;
505505
}

0 commit comments

Comments
 (0)