[PR #1003] [MERGED] Use format! for rounding to fix arm issue #6491

Closed
opened 2026-03-07 20:59:53 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: masterHead: fix_arm_displaysize


📝 Commits (1)

  • 4c3727b use 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/1003 **Author:** [@frdescam](https://github.com/frdescam) **Created:** 5/22/2020 **Status:** ✅ Merged **Merged:** 5/23/2020 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `master` ← **Head:** `fix_arm_displaysize` --- ### 📝 Commits (1) - [`4c3727b`](https://github.com/dani-garcia/vaultwarden/commit/4c3727b4a3a5bae04843a16fd676fc81b7f27cd4) use format! for rounding to fix arm issue ### 📊 Changes **1 file changed** (+1 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/util.rs` (+1 -3) </details> ### 📄 Description As discussed in the matrix chat, I fixed the rounding issue on arm by using format! to get a 2 digit precision --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-07 20:59:53 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#6491