Skip to content

Commit be8693c

Browse files
author
Victor
committed
fix(code-style): removed double spaces after commas
1 parent ec8d346 commit be8693c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)