Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrosinger committed Dec 16, 2024
1 parent 5caefe6 commit c687832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/formats/onenote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class OneNoteImporter extends FormatImporter {
await this.updateAccessToken();
authenticated = true;
}
catch(e) {
catch (e) {
// Failed to auth with refresh token. Proceed with normal sign in flow.
}
}
Expand Down Expand Up @@ -107,7 +107,7 @@ export class OneNoteImporter extends FormatImporter {
rememberMeSetting.settingEl.toggle(!authenticated);

this.switchUserSetting = new Setting(this.modal.contentEl)
.addButton((button) => button
.addButton((button) => button
.setCta()
.setButtonText('Switch user')
.onClick(() => {
Expand Down

0 comments on commit c687832

Please sign in to comment.