Skip to content

Commit

Permalink
Fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aduffeck committed Jun 28, 2024
1 parent 3051e2b commit 0e6136c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/fs/posix/tree/assimilation.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func (t *Tree) getOwnerAndIDs(path string) (*userv1beta1.UserId, string, string,
OpaqueId: string(spaceAttrs[prefixes.OwnerIDAttr]),
}

return owner, string(nodeID), string(spaceID), parentID, nil
return owner, nodeID, spaceID, parentID, nil
}

func (t *Tree) assimilate(item scanItem) error {
Expand Down

0 comments on commit 0e6136c

Please sign in to comment.