Skip to content

Commit

Permalink
fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
bsatarnejad committed Oct 25, 2024
1 parent fdb8237 commit e2a8138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/primer/open_project/zen_mode_button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ZenModeButtonElement extends HTMLElement {
void document.documentElement.requestFullscreen()
}
}
public changeButtonState(inZenMode:boolean) {
public changeButtonState(inZenMode: boolean) {
this.inZenMode = inZenMode
this.button.setAttribute('aria-pressed', inZenMode.toString())
}
Expand Down

0 comments on commit e2a8138

Please sign in to comment.