[PR #240] [MERGED] Fix: Remove first space char #374

Closed
opened 2026-06-08 11:27:38 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/240
Author: @bootandy
Created: 8/18/2022
Status: Merged
Merged: 8/19/2022
Merged by: @bootandy

Base: masterHead: first_space


📝 Commits (2)

  • f0fe71d Refactor: Simplify get_pretty_size
  • f5a0c2a Fix: Remove first space char

📊 Changes

4 files changed (+66 additions, -79 deletions)

View changed files

📝 src/display.rs (+13 -6)
📝 tests/test_exact_output.rs (+39 -39)
📝 tests/test_flags.rs (+2 -2)
📝 tests/tests_symlinks.rs (+12 -32)

📄 Description

https://github.com/bootandy/dust/issues/230

PR Removes the first space if it is not needed.


🔄 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/bootandy/dust/pull/240 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 8/18/2022 **Status:** ✅ Merged **Merged:** 8/19/2022 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `first_space` --- ### 📝 Commits (2) - [`f0fe71d`](https://github.com/bootandy/dust/commit/f0fe71d723bbb95a585c94f68defd7940d1bd888) Refactor: Simplify get_pretty_size - [`f5a0c2a`](https://github.com/bootandy/dust/commit/f5a0c2a760929d40b3e837e6401eb58527e36888) Fix: Remove first space char ### 📊 Changes **4 files changed** (+66 additions, -79 deletions) <details> <summary>View changed files</summary> 📝 `src/display.rs` (+13 -6) 📝 `tests/test_exact_output.rs` (+39 -39) 📝 `tests/test_flags.rs` (+2 -2) 📝 `tests/tests_symlinks.rs` (+12 -32) </details> ### 📄 Description https://github.com/bootandy/dust/issues/230 PR Removes the first space if it is not needed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:27:38 +03:00
zhus closed this issue 2026-06-08 11:27:39 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#374