Skip to content

Commit 7ca7f4c

Browse files
committed
Trailing comma
1 parent a57e125 commit 7ca7f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/http-interceptor.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ export function HttpInterceptorServiceFactory(backend: XHRBackend, defaultOption
7676
export let HttpInterceptorServiceFactoryProvider = {
7777
provide: HttpInterceptorService,
7878
useFactory: HttpInterceptorServiceFactory,
79-
deps: [XHRBackend, RequestOptions]
79+
deps: [XHRBackend, RequestOptions],
8080
};

0 commit comments

Comments
 (0)