Skip to content

style(menu): fix rustfmt drift in menu.rs#42

Merged
exitzerolabs-admin merged 1 commit into
mainfrom
fix/rustfmt-menu
Jun 28, 2026
Merged

style(menu): fix rustfmt drift in menu.rs#42
exitzerolabs-admin merged 1 commit into
mainfrom
fix/rustfmt-menu

Conversation

@exitzerolabs-admin

Copy link
Copy Markdown
Contributor

Summary

  • Applies cargo fmt to src-tauri/src/menu.rs (tabs → 4 spaces, 2 lines). Whitespace-only, no behavior change.

Why

main's CI has been red since #40 — the Lint job fails on cargo fmt --check due to this drift (likely a rustfmt version difference at merge time). This unblocks CI for the repo. Verified locally with npm run ci:local: Biome, tsc, cargo fmt, Clippy, Vitest (422), cargo test (73) all green.

Test plan

  • cargo fmt --manifest-path src-tauri/Cargo.toml --check passes
  • Full npm run ci:local passes

🤖 Generated with Claude Code

Pre-existing formatting drift (tabs vs spaces) introduced in #40 that was
failing cargo fmt --check in CI. Whitespace-only; no behavior change.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
threat-forge Ready Ready Preview, Comment Jun 28, 2026 9:23pm

Request Review

@exitzerolabs-admin exitzerolabs-admin merged commit 640dd5d into main Jun 28, 2026
4 checks passed
@exitzerolabs-admin exitzerolabs-admin deleted the fix/rustfmt-menu branch June 28, 2026 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant