Sfoglia il codice sorgente

chore: format code

GitHub Action 3 mesi fa
parent
commit
75e5130cf8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/tauri/src/menu.ts

+ 1 - 1
packages/tauri/src/menu.ts

@@ -4,7 +4,7 @@ import { type as ostype } from "@tauri-apps/plugin-os"
 import { runUpdater, UPDATER_ENABLED } from "./updater"
 import { runUpdater, UPDATER_ENABLED } from "./updater"
 
 
 export async function createMenu() {
 export async function createMenu() {
-  if (ostype() !== "macos") return;
+  if (ostype() !== "macos") return
 
 
   const menu = await Menu.new({
   const menu = await Menu.new({
     items: [
     items: [