Skip to content

Commit 46aede3

Browse files
committed
Add trailing comma
1 parent c34ce4a commit 46aede3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class NgHttpLoaderModule {
3232
ngModule: NgHttpLoaderModule,
3333
providers: [
3434
PendingInterceptorServiceInterceptor,
35-
]
35+
],
3636
};
3737
}
3838
}

0 commit comments

Comments
 (0)