Skip to content

Commit 078d502

Browse files
committed
Missing trailing comma
1 parent 57a436b commit 078d502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/ng-http-loader-services.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const PendingInterceptorServiceExistingProvider = {
2020

2121
@NgModule({
2222
imports: [
23-
CommonModule
23+
CommonModule,
2424
],
2525
providers: [
2626
PendingInterceptorServiceExistingProvider,

0 commit comments

Comments
 (0)