Skip to content

Commit 6c18f8e

Browse files
committed
Lint cleanupt
1 parent 67ed8c4 commit 6c18f8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/app/app.module.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { AppComponent } from './app.component';
1212
import { NzIconModule } from 'ng-zorro-antd/icon';
1313
import { NzSpinModule } from 'ng-zorro-antd/spin';
1414
import { QuillModule } from 'ngx-quill';
15-
import * as Sentry from "@sentry/angular";
15+
import * as Sentry from '@sentry/angular';
1616
import { Router } from '@angular/router';
1717

1818
@NgModule({
@@ -27,7 +27,7 @@ import { Router } from '@angular/router';
2727
NzIconModule.forRoot([]),
2828
environment.production ? [] : AkitaNgDevtools,
2929
AkitaNgRouterStoreModule,
30-
QuillModule.forRoot()
30+
QuillModule.forRoot()
3131
],
3232
providers: [
3333
{

0 commit comments

Comments
 (0)