Skip to content

Commit

Permalink
fix(code-style): removed double spaces after commas
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor committed Jun 12, 2018
1 parent ec8d346 commit be8693c
Showing 1 changed file with 1 addition and 1 deletion.
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 be8693c

Please sign in to comment.