Skip to content

style: run cargo fmt#34

Merged
joeVenner merged 1 commit intomainfrom
fix/cargo-fmt
Mar 1, 2026
Merged

style: run cargo fmt#34
joeVenner merged 1 commit intomainfrom
fix/cargo-fmt

Conversation

@joeVenner
Copy link
Contributor

No description provided.

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 1, 2026

Greptile Summary

Applied standard Rust formatting via cargo fmt to two files in the Tauri backend.

Changes include:

  • Removed trailing whitespace
  • Reformatted multi-line macro calls (log::info!, anyhow!) for better readability
  • Adjusted line wrapping to follow Rust formatting conventions

No functional changes were made.

Confidence Score: 5/5

  • This PR is completely safe to merge with zero risk
  • All changes are purely cosmetic formatting adjustments from cargo fmt with no functional impact on the codebase
  • No files require special attention

Important Files Changed

Filename Overview
src-tauri/src/commands.rs Formatting-only changes: removed trailing whitespace and reformatted macro calls for better readability
src-tauri/src/llm/mod.rs Formatting-only change: reformatted error message macro call to span multiple lines

Last reviewed commit: 2bc12e2

@joeVenner joeVenner merged commit 31eeff2 into main Mar 1, 2026
7 checks passed
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