Fix code style

This commit is contained in:
Michael Shamoon 2022-10-09 22:49:08 -07:00
parent d19b598371
commit abd34d8d17
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ export class AppFrameComponent implements OnInit, ComponentCanDeactivate {
} }
this.tasksService.reload() this.tasksService.reload()
} }
versionString = `${environment.appTitle} ${environment.version}` versionString = `${environment.appTitle} ${environment.version}`
appRemoteVersion appRemoteVersion

View File

@ -87,7 +87,7 @@ export class SettingsComponent
@Inject(LOCALE_ID) public currentLocale: string, @Inject(LOCALE_ID) public currentLocale: string,
private viewportScroller: ViewportScroller, private viewportScroller: ViewportScroller,
private activatedRoute: ActivatedRoute, private activatedRoute: ActivatedRoute,
public readonly tourService: TourService, public readonly tourService: TourService
) { ) {
this.settings.settingsSaved.subscribe(() => { this.settings.settingsSaved.subscribe(() => {
if (!this.savePending) this.initialize() if (!this.savePending) this.initialize()