You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replaces the `switch` statement with a more modern `match` expression in `get_accessible_file_size_label`.
This improves code readability and conciseness while maintaining the existing functionality for parsing and presenting file size units.
0 commit comments