Remove some blank lines.

This commit is contained in:
Tyrel Souza 2021-07-09 20:44:09 +00:00
parent c1e0506515
commit 9687aad023

View File

@ -25,9 +25,6 @@ func (t *Tree) String() string {
} }
func (t *Tree)Walk() *TreeMeta { func (t *Tree)Walk() *TreeMeta {
return nil return nil
} }
@ -91,4 +88,4 @@ func (t *Tree)Walk() *TreeMeta {
// //
func main() { func main() {
} }