Explorar el Código

chore: format code

GitHub Action hace 2 meses
padre
commit
75e5130cf8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"
 
 export async function createMenu() {
-  if (ostype() !== "macos") return;
+  if (ostype() !== "macos") return
 
   const menu = await Menu.new({
     items: [