Skip to content

Commit 12b4274

Browse files
author
simt2
committed
Remove newline
1 parent 9b3e3a6 commit 12b4274

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ func LoadChildren(uuid string) *[]gjson.Result {
2323
bytes, _ := ioutil.ReadAll(r.Body)
2424
json := gjson.ParseBytes(bytes).Get("data").Array()
2525
return &json
26-
2726
}
2827

2928
// LoadBreadcrumb retrieves the top level nodes used to display the navigation

0 commit comments

Comments
 (0)