mirror of
https://github.com/grdl/git-get.git
synced 2026-02-06 17:27:57 +00:00
Fix issues found by godot linter
This commit is contained in:
@@ -203,7 +203,7 @@ func indentation(node *Node) string {
|
||||
return indent.String()
|
||||
}
|
||||
|
||||
// isYoungest checks if the node is the last one in the slice of children
|
||||
// isYoungest checks if the node is the last one in the slice of children.
|
||||
func (n *Node) isYoungest() bool {
|
||||
if n.parent == nil {
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user