Commit 5e7c655
committed
mkdir: remove redundant comments in test_mkdir_environment_expansion
Removed obvious comments that just state what the code is clearly doing:
- '// Set an environment variable' before std::env::set_var
- '// Clean up' before std::env::remove_var
The code is self-explanatory and these comments add no value.1 parent a7f0e97 commit 5e7c655
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
761 | 761 | | |
762 | 762 | | |
763 | 763 | | |
764 | | - | |
765 | 764 | | |
766 | 765 | | |
767 | 766 | | |
| |||
785 | 784 | | |
786 | 785 | | |
787 | 786 | | |
788 | | - | |
789 | 787 | | |
790 | 788 | | |
791 | 789 | | |
| |||
0 commit comments