Skip to content

Commit af8f73b

Browse files
committed
add trailing spaces back
1 parent afe8916 commit af8f73b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.idea
22
.DS_Store
3+
/.vscode

hw2/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ Have fun with the first D3 homework and make sure to come to the HW Lab if anyth
205205

206206
The score on this assignment will be as follows:
207207

208-
10%: The constructor properly creates an array of `Node` objects.
209-
15%: The `buildTree` function properly populates the children.
210-
15%: The levels are correctly assigned.
211-
20%: The positions are correctly assigned.
212-
40%: The Tree is properly displayed in the browser, using groups and the appropriate D3 syntax in the renderTree function.
208+
10%: The constructor properly creates an array of `Node` objects.
209+
15%: The `buildTree` function properly populates the children.
210+
15%: The levels are correctly assigned.
211+
20%: The positions are correctly assigned.
212+
40%: The Tree is properly displayed in the browser, using groups and the appropriate D3 syntax in the renderTree function.

0 commit comments

Comments
 (0)