Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pciavald committed Dec 22, 2017
1 parent 4b3a865 commit 1e8a3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/core.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { SnackbarService } from './snackbar/snackbar.service';
@NgModule({
imports: [
CommonModule,
RpcModule.forRoot(), // TODO: should be here?
RpcModule.forRoot() // TODO: should be here?
],
exports: [
HttpClientModule
Expand Down

0 comments on commit 1e8a3a3

Please sign in to comment.