Skip to content

Commit c34ce4a

Browse files
committed
Add trailing comma
1 parent f41f684 commit c34ce4a

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
@@ -24,7 +24,7 @@ import { SPINKIT_COMPONENTS } from './spinkits';
2424
exports: [
2525
NgHttpLoaderComponent,
2626
...SPINKIT_COMPONENTS,
27-
]
27+
],
2828
})
2929
export class NgHttpLoaderModule {
3030
static forRoot(): ModuleWithProviders {

0 commit comments

Comments
 (0)