Skip to content

style: apply cargo fmt#34

Merged
alejandro-runner merged 1 commit intosynvya-stagingfrom
fix/cargo-fmt
Apr 22, 2026
Merged

style: apply cargo fmt#34
alejandro-runner merged 1 commit intosynvya-stagingfrom
fix/cargo-fmt

Conversation

@alejandro-runner
Copy link
Copy Markdown
Member

Summary

CI on synvya-staging failed the cargo fmt --all -- --check step. This applies the exact formatting rustfmt wanted in three files:

  • api/src/api/http/teams.rs — collapse a let relays = ... back onto one line.
  • api/src/email_service.rs — wrap a long format! into multi-line form.
  • api/src/nostr_profile.rs — wrap a long tracing::warn! call.

No behavior changes.

Test plan

  • cargo fmt --all -- --check passes in CI
  • Existing tests stay green

🤖 Generated with Claude Code

Fixes formatting in teams.rs, email_service.rs, and nostr_profile.rs
flagged by the `cargo fmt --all -- --check` CI step on synvya-staging.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@alejandro-runner alejandro-runner merged commit 93426ac into synvya-staging Apr 22, 2026
@alejandro-runner alejandro-runner deleted the fix/cargo-fmt branch April 22, 2026 02:47
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