Skip to content

Commit 93bcd92

Browse files
author
Andrea Barbasso
committed
[DURACOM-248] lint fix
1 parent 3344344 commit 93bcd92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/item-page/versions/item-versions-row-element-version/item-versions-row-element-version.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ import {
2020
TranslateService,
2121
} from '@ngx-translate/core';
2222
import {
23-
combineLatest, concatMap,
23+
combineLatest,
24+
concatMap,
2425
Observable,
2526
of,
2627
} from 'rxjs';

0 commit comments

Comments
 (0)