Skip to content

Commit 4973d04

Browse files
committed
Linting
1 parent a85c4d3 commit 4973d04

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

src/app/component/mapping/mapping.component.ts

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,9 @@ export class MappingComponent implements OnInit {
256256
this.temporaryMappingElement
257257
);
258258
} else {
259-
this.plannedMappingDataSortedBySAMM.push(this.temporaryMappingElement);
259+
this.plannedMappingDataSortedBySAMM.push(
260+
this.temporaryMappingElement
261+
);
260262
}
261263
}
262264
for (var i = 0; i < SAMMArray.length; i++) {
@@ -383,7 +385,9 @@ export class MappingComponent implements OnInit {
383385
this.temporaryMappingElement
384386
);
385387
} else {
386-
this.plannedMappingDataSortedByISO17.push(this.temporaryMappingElement);
388+
this.plannedMappingDataSortedByISO17.push(
389+
this.temporaryMappingElement
390+
);
387391
}
388392
}
389393
for (var i = 0; i < ISOArray.length; i++) {
@@ -434,7 +438,7 @@ export class MappingComponent implements OnInit {
434438
ISO22: '',
435439
samm2: SAMMArray,
436440
};
437-
441+
438442
if (ISO22Array) {
439443
if (ISO22Array.length == 0) {
440444
this.allMappingDataSortedByISO22.push(this.temporaryMappingElement);
@@ -443,7 +447,9 @@ export class MappingComponent implements OnInit {
443447
this.temporaryMappingElement
444448
);
445449
} else {
446-
this.plannedMappingDataSortedByISO22.push(this.temporaryMappingElement);
450+
this.plannedMappingDataSortedByISO22.push(
451+
this.temporaryMappingElement
452+
);
447453
}
448454
}
449455
for (var i = 0; i < ISO22Array.length; i++) {

0 commit comments

Comments
 (0)