mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-09 04:32:44 -05:00
[PR #1003] [MERGED] Use format! for rounding to fix arm issue #6491
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/1003
Author: @frdescam
Created: 5/22/2020
Status: ✅ Merged
Merged: 5/23/2020
Merged by: @dani-garcia
Base:
master← Head:fix_arm_displaysize📝 Commits (1)
4c3727buse format! for rounding to fix arm issue📊 Changes
1 file changed (+1 additions, -3 deletions)
View changed files
📝
src/util.rs(+1 -3)📄 Description
As discussed in the matrix chat, I fixed the rounding issue on arm by using format! to get a 2 digit precision
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.