Commit efe0067
committed
refactor(date): reorder error imports for better organization
Move 'use uucore::error::{UResult, USimpleError};' after the cfg-specific import to group error-related imports together, improving code readability and consistency in the date utility module.1 parent 4a83e5a commit efe0067
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments