Skip to content

Commit

Permalink
fix(code-style): remove space before comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor committed Jun 12, 2018
1 parent 5c05fba commit ec8d346
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { FormBuilder, FormGroup, FormArray, Validators, AbstractControl } from '

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

import { Observable , forkJoin } from 'rxjs';
import { Observable, forkJoin } from 'rxjs';
import { map } from 'rxjs/operators';

import { StockInventoryService } from '../../services/stock-inventory.service';
Expand Down
2 changes: 1 addition & 1 deletion src/ngxerror.directive.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Directive, Input, OnInit, OnDestroy, DoCheck, Inject, HostBinding, forwardRef } from '@angular/core';

import { Observable , Subject , Subscription, combineLatest } from 'rxjs';
import { Observable, Subject, Subscription, combineLatest } from 'rxjs';

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

Expand Down

0 comments on commit ec8d346

Please sign in to comment.