Skip to content

Commit ec8d346

Browse files
author
Victor
committed
fix(code-style): remove space before comma
1 parent 5c05fba commit ec8d346

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

example/app/stock-inventory/containers/stock-inventory/stock-inventory.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { FormBuilder, FormGroup, FormArray, Validators, AbstractControl } from '
33

44
import { StockValidators } from './stock-inventory.validators';
55

6-
import { Observable , forkJoin } from 'rxjs';
6+
import { Observable, forkJoin } from 'rxjs';
77
import { map } from 'rxjs/operators';
88

99
import { StockInventoryService } from '../../services/stock-inventory.service';

src/ngxerror.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Directive, Input, OnInit, OnDestroy, DoCheck, Inject, HostBinding, forwardRef } from '@angular/core';
22

3-
import { Observable , Subject , Subscription, combineLatest } from 'rxjs';
3+
import { Observable, Subject, Subscription, combineLatest } from 'rxjs';
44

55
import { distinctUntilChanged, filter, map } from 'rxjs/operators';
66

0 commit comments

Comments
 (0)