fix(fmt): reformat storage.rs map_err closure for rustfmt compliance #133
No reviewers
Labels
No Label
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sarman/tftsr-devops_investigation#133
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/proxmox-full-parity"
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?
Summary
map_errclosure inproxmox/storage.rs:list_storage_content_isoto the multi-line style required by rustfmt's line-length rulecargo fmt --checkCI gateTest plan
cargo fmt --manifest-path src-tauri/Cargo.toml --checkpassesAutomated PR Review:
Summary
This PR addresses a rustfmt compliance issue by reformatting the
map_errclosure inlist_storage_content_iso. The change is purely cosmetic with no logic modifications. The code correctly handles error formatting and follows Rust best practices for error propagation.Findings
No findings.
The change is a standard formatting adjustment to satisfy
cargo fmt --checkin CI. The error handling pattern is correct:node,storage, andein the format stringVerdict: APPROVE
Note on Review Process: Per the instructions, I launched 4 parallel analysis agents:
cargo fmtandcargo clippyafter any Rust code change".map_errclosure correctly transforms the error type and preserves context. The filtering logic for ISO content remains unchanged.cargo fmt --checkgate mentioned in the PR description.