Skip to content

Commit

Permalink
cosmetic fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
  • Loading branch information
butonic committed Feb 16, 2022
1 parent 27f99a5 commit 043f338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/utils/decomposedfs/node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ const (

// TrashIDDelimiter represents the characters used to separate the nodeid and the deletion time.
TrashIDDelimiter = ".T."
NoSpaceID = ""

// RootID defines the root node's ID
RootID = "root"
Expand Down Expand Up @@ -408,6 +407,7 @@ func (n *Node) InternalPath() string {
return n.lu.InternalPath(n.SpaceID, n.ID)
}

// ParentInternalPath returns the internal path of the parent of the current node
func (n *Node) ParentInternalPath() string {
return n.lu.InternalPath(n.SpaceID, n.ParentID)
}
Expand Down

0 comments on commit 043f338

Please sign in to comment.