mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-11 01:10:09 +03:00
[PR #1550] [MERGED] Cargo fmt #3413
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:fmt📝 Commits (6)
15feff3Add fmt to CI0af3956Runcargo fmton codebase93c881aReflow some lines manually3ab9025Modify rustfmt file994669fMerge remote-tracking branch 'origin/master' into fmt95d906bMerge 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 fmton the codebase, and add it to CI🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.