Skip to content

Commit

Permalink
fix(lint)
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Sep 1, 2021
1 parent 4de6ad8 commit a045332
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import { AppUpdaterDialogComponent } from './app-updater-dialog.component';
],
imports: [
CommonModule,
MatDialogModule,
MatButtonModule
MatButtonModule,
MatDialogModule
]
})
export class AppUpdaterDialogModule { }
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ import { AppUpdaterNotFoundRoutingModule } from './app-updater-not-found-routing
AppUpdaterNotFoundPage
],
imports: [
CommonModule,
AppUpdaterNotFoundRoutingModule,
MatProgressSpinnerModule,
CommonModule,
MatButtonModule,
MatIconModule
MatIconModule,
MatProgressSpinnerModule
]
})
export class AppUpdaterNotFoundModule {
Expand Down

0 comments on commit a045332

Please sign in to comment.