Skip to content

Commit 10f11a5

Browse files
DanGastardelligithub-actions[bot]
authored andcommitted
Adjusting spacing
(cherry picked from commit 762bc8c)
1 parent 3104264 commit 10f11a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/submission/sections/upload/file/view/section-upload-file-view.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ export class SubmissionSectionUploadFileViewComponent implements OnInit {
5454
* The bitstream's title key
5555
* @type {string}
5656
*/
57-
public fileTitleKey = 'Title';
57+
public fileTitleKey: string = 'Title';
5858

5959
/**
6060
* The bitstream's description key
6161
* @type {string}
6262
*/
63-
public fileDescrKey = 'Description';
63+
public fileDescrKey: string = 'Description';
6464

6565
public fileFormat!: string;
6666

0 commit comments

Comments
 (0)