Skip to content

Commit

Permalink
Apply prettier changes
Browse files Browse the repository at this point in the history
  • Loading branch information
swyxio authored and github-actions[bot] committed Aug 21, 2023
1 parent 4a1b784 commit 7d76838
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/renderer/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,7 @@ export default function Layout() {
// @ts-ignore
.setZoomLevel(provider.getWebview().getZoomLevel() + 1);
});
} else if (
(isCmdOrCtrl && event.key === '0')
) {
} else if (isCmdOrCtrl && event.key === '0') {
// reset zoomlevel
enabledProviders.forEach((provider) => {
// @ts-ignore
Expand Down

0 comments on commit 7d76838

Please sign in to comment.