Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore: fix rustfmt drift on main#27

Merged
yhyyz merged 1 commit into
ourmem:mainfrom
doctatortot:chore/rustfmt-drift
May 22, 2026
Merged

chore: fix rustfmt drift on main#27
yhyyz merged 1 commit into
ourmem:mainfrom
doctatortot:chore/rustfmt-drift

Conversation

@doctatortot
Copy link
Copy Markdown
Contributor

@doctatortot doctatortot commented May 21, 2026

Problem

The fmt CI step (cargo fmt --check) is currently failing on main: omem-server/src/api/handlers/sharing.rs and omem-server/src/main.rs have rustfmt drift. That reds-out CI on main and on every PR branched from it (the fmt step runs first, so build/clippy/test never get a chance to run).

Fix

cargo fmt with stable rustfmt (1.9.0, matching dtolnay/rust-toolchain@stable in CI). Mechanical formatting only — no logic changes.

cargo fmt (stable rustfmt 1.9.0); the fmt CI step is currently red on main. Mechanical formatting only, no logic changes.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
@yhyyz yhyyz merged commit ab2d1d7 into ourmem:main May 22, 2026
1 check passed
@yhyyz
Copy link
Copy Markdown
Contributor

yhyyz commented May 22, 2026

Merged — thanks for catching the fmt drift! 👍

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.

2 participants