File tree Expand file tree Collapse file tree 1 file changed +17
-15
lines changed Expand file tree Collapse file tree 1 file changed +17
-15
lines changed Original file line number Diff line number Diff line change @@ -33,25 +33,27 @@ Downloads
33
33
│ ├── VacationPic.png
34
34
│ ├── CKEditor.zip
35
35
│ ├── Cats.jpg
36
- │ ├ ── archive.7z
36
+ │ └ ── archive.7z
37
37
```
38
38
39
39
###After:
40
40
```
41
41
Downloads
42
42
│ ├── Music
43
- │ │ └ ── 21 Guns.mp3
44
- │ │ ├ ── Sultans of Swing.mp3
45
- | |
43
+ │ │ ├ ── 21 Guns.mp3
44
+ │ │ └ ── Sultans of Swing.mp3
45
+ | |
46
46
│ ├── Documents
47
- │ │ └── project.docx
48
- │ │ └── report.pdf
49
- │ │ ├── charts.pdf
47
+ │ │ ├── project.docx
48
+ │ │ ├── report.pdf
49
+ │ │ └── charts.pdf
50
+ | |
50
51
│ ├── Archives
51
- │ │ └ ── CKEditor.zip
52
+ │ │ ├ ── CKEditor.zip
52
53
│ │ └── archive.7z
54
+ | |
53
55
│ ├── Pictures
54
- │ │ └ ── VacationPic.png
56
+ │ │ ├ ── VacationPic.png
55
57
│ │ └── Cats.jpg
56
58
```
57
59
@@ -77,20 +79,20 @@ Workspace
77
79
│ ├── temp.pyc
78
80
│ ├── game.java
79
81
│ ├── index.html
80
- │ ├ ── script.py
82
+ │ └ ── script.py
81
83
```
82
84
83
85
84
86
###After
85
87
```
86
88
Workspace
87
89
│ ├── Python Files
88
- │ │ └ ── views.py
90
+ │ │ ├ ── views.py
89
91
│ │ ├── temp.pyc
90
- | | ├ ── script.py
91
- | |
92
- | ├── game.java
93
- | ├ ── index.html
92
+ | | └ ── script.py
93
+ | |
94
+ | ├── game.java
95
+ | └ ── index.html
94
96
95
97
```
96
98
You can’t perform that action at this time.
0 commit comments