Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ibretsam committed Dec 21, 2024
1 parent 62f6d72 commit 3f92a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monosketch-svelte/src/lib/mono/common/platform.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const isCommandKeySupported = (): boolean => {
return navigator.userAgent.includes('Mac')
return navigator.userAgent.includes('Mac');
};

export const isCommandKeyOn = (e: KeyboardEvent): boolean => {
Expand Down

0 comments on commit 3f92a06

Please sign in to comment.