Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 75e5130

Browse files
committed
chore: format code
1 parent 87efd27 commit 75e5130

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/tauri/src/menu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { type as ostype } from "@tauri-apps/plugin-os"
44
import { runUpdater, UPDATER_ENABLED } from "./updater"
55

66
export async function createMenu() {
7-
if (ostype() !== "macos") return;
7+
if (ostype() !== "macos") return
88

99
const menu = await Menu.new({
1010
items: [

0 commit comments

Comments
 (0)