mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-12 01:45:56 -05:00
[PR #1261] [CLOSED] rustfmt #2795
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/1261
Author: @cynecx
Created: 12/7/2020
Status: ❌ Closed
Base:
master← Head:fmt📝 Commits (2)
4a65562rustfmt the codebasedd6ea90github-actions: add rustfmt job📊 Changes
25 files changed (+330 additions, -176 deletions)
View changed files
📝
.github/workflows/workspace.yml(+18 -0)📝
build.rs(+7 -5)📝
src/api/admin.rs(+24 -17)📝
src/api/core/ciphers.rs(+31 -5)📝
src/api/core/organizations.rs(+17 -11)📝
src/api/core/two_factor/authenticator.rs(+5 -1)📝
src/api/core/two_factor/email.rs(+10 -3)📝
src/api/icons.rs(+1 -3)📝
src/api/identity.rs(+23 -10)📝
src/api/notifications.rs(+2 -2)📝
src/api/web.rs(+44 -11)📝
src/auth.rs(+1 -3)📝
src/config.rs(+9 -3)📝
src/db/mod.rs(+11 -17)📝
src/db/models/attachment.rs(+0 -1)📝
src/db/models/cipher.rs(+33 -31)📝
src/db/models/collection.rs(+9 -3)📝
src/db/models/device.rs(+21 -5)📝
src/db/models/favorite.rs(+12 -12)📝
src/db/models/folder.rs(+0 -1)...and 5 more files
📄 Description
rustfmtted the codebase and run
rustfmt --checkcon each CI run.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.