Skip to content

Commit 4187a9a

Browse files
kelvinlauKLremlostime
authored andcommitted
Fixed some formatting.
1 parent eeea202 commit 4187a9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Encode and Decode Tree/readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class BinaryNodeCoder {
3333
}
3434

3535
// transforms string into `BinaryNode` representation
36-
func decode<T>(_ node: BinaryNode<T>Type, from string: String)
36+
func decode<T>(from string: String)
3737
throws -> BinaryNode<T> where T: Decodable {
3838

3939
}
@@ -145,6 +145,7 @@ class BinaryNodeCoder {
145145
return node
146146
}
147147
}
148+
```
148149

149150
Here's a high level overview of the above code:
150151

0 commit comments

Comments
 (0)