Skip to content

Commit c627ec1

Browse files
author
George Ionov
committed
fix for code style
1 parent 81332b8 commit c627ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/ngx-restangular-http.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { HttpBackend, HttpErrorResponse, HttpRequest, HttpResponse } from '@angu
44
import { throwError } from 'rxjs';
55

66
import { RestangularHelper } from './ngx-restangular-helper';
7-
import {catchError, filter, map} from 'rxjs/operators';
7+
import { catchError, filter, map } from 'rxjs/operators';
88

99
@Injectable()
1010
export class RestangularHttp {

0 commit comments

Comments
 (0)