Commit eb2aee5
committed
chore(mkdir): fix assert statement formatting in Windows test
Fix rustfmt formatting violation in test_mkdir_control_characters.
The multi-line assert statement with OR condition was not properly
formatted according to the project's rustfmt configuration.
This resolves a CI formatting check failure.1 parent 5e7c655 commit eb2aee5
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
600 | 600 | | |
601 | 601 | | |
602 | 602 | | |
603 | | - | |
604 | | - | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
605 | 607 | | |
606 | 608 | | |
607 | 609 | | |
| |||
0 commit comments