[PR #1550] [MERGED] Cargo fmt #3413

Closed
opened 2025-10-09 18:22:57 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/1550
Author: @RealOrangeOne
Created: 3/28/2021
Status: Merged
Merged: 4/15/2021
Merged by: @dani-garcia

Base: masterHead: fmt


📝 Commits (6)

  • 15feff3 Add fmt to CI
  • 0af3956 Run cargo fmt on codebase
  • 93c881a Reflow some lines manually
  • 3ab9025 Modify rustfmt file
  • 994669f Merge remote-tracking branch 'origin/master' into fmt
  • 95d906b Merge branch 'master' into fmt

📊 Changes

37 files changed (+407 additions, -479 deletions)

View changed files

📝 .github/workflows/build.yml (+10 -1)
📝 build.rs (+7 -5)
📝 rustfmt.toml (+5 -0)
📝 src/api/admin.rs (+28 -26)
📝 src/api/core/accounts.rs (+1 -9)
📝 src/api/core/ciphers.rs (+62 -63)
📝 src/api/core/folders.rs (+1 -9)
📝 src/api/core/mod.rs (+5 -14)
📝 src/api/core/organizations.rs (+29 -29)
📝 src/api/core/sends.rs (+3 -20)
📝 src/api/core/two_factor/authenticator.rs (+5 -20)
📝 src/api/core/two_factor/duo.rs (+5 -1)
📝 src/api/core/two_factor/email.rs (+3 -6)
📝 src/api/core/two_factor/mod.rs (+1 -7)
📝 src/api/core/two_factor/u2f.rs (+4 -20)
📝 src/api/icons.rs (+29 -9)
📝 src/api/identity.rs (+22 -25)
📝 src/api/mod.rs (+3 -3)
📝 src/api/notifications.rs (+15 -17)
📝 src/api/web.rs (+6 -2)

...and 17 more files

📄 Description

Run cargo fmt on the codebase, and add it to CI


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/1550 **Author:** [@RealOrangeOne](https://github.com/RealOrangeOne) **Created:** 3/28/2021 **Status:** ✅ Merged **Merged:** 4/15/2021 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `master` ← **Head:** `fmt` --- ### 📝 Commits (6) - [`15feff3`](https://github.com/dani-garcia/vaultwarden/commit/15feff3e79b319dcbfd2d775d5521896a6068bc6) Add fmt to CI - [`0af3956`](https://github.com/dani-garcia/vaultwarden/commit/0af3956abd2ff9b550130716e41fc14088dac84c) Run `cargo fmt` on codebase - [`93c881a`](https://github.com/dani-garcia/vaultwarden/commit/93c881a7a9abf30c1d2cfea961d5637de2757b86) Reflow some lines manually - [`3ab9025`](https://github.com/dani-garcia/vaultwarden/commit/3ab90259f20063b72c5560da3346840da7223acc) Modify rustfmt file - [`994669f`](https://github.com/dani-garcia/vaultwarden/commit/994669fb6962cdae7ca5e5c3a0649bd5863eb03b) Merge remote-tracking branch 'origin/master' into fmt - [`95d906b`](https://github.com/dani-garcia/vaultwarden/commit/95d906bdbbfd2ca526d04c92f8d33358a0865a06) Merge branch 'master' into fmt ### 📊 Changes **37 files changed** (+407 additions, -479 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+10 -1) 📝 `build.rs` (+7 -5) 📝 `rustfmt.toml` (+5 -0) 📝 `src/api/admin.rs` (+28 -26) 📝 `src/api/core/accounts.rs` (+1 -9) 📝 `src/api/core/ciphers.rs` (+62 -63) 📝 `src/api/core/folders.rs` (+1 -9) 📝 `src/api/core/mod.rs` (+5 -14) 📝 `src/api/core/organizations.rs` (+29 -29) 📝 `src/api/core/sends.rs` (+3 -20) 📝 `src/api/core/two_factor/authenticator.rs` (+5 -20) 📝 `src/api/core/two_factor/duo.rs` (+5 -1) 📝 `src/api/core/two_factor/email.rs` (+3 -6) 📝 `src/api/core/two_factor/mod.rs` (+1 -7) 📝 `src/api/core/two_factor/u2f.rs` (+4 -20) 📝 `src/api/icons.rs` (+29 -9) 📝 `src/api/identity.rs` (+22 -25) 📝 `src/api/mod.rs` (+3 -3) 📝 `src/api/notifications.rs` (+15 -17) 📝 `src/api/web.rs` (+6 -2) _...and 17 more files_ </details> ### 📄 Description Run `cargo fmt` on the codebase, and add it to CI --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 18:22:57 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3413