Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tim <[email protected]>
  • Loading branch information
Avarei committed Jun 20, 2024
1 parent ec780be commit 30607e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkl/reader/crossplane_reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func (f *CrossplaneReader) HasHierarchicalUris() bool {
// available values.
//
// This method is only called if it is hierarchical and local, or if it is globbable.
func (f *CrossplaneReader) ListElements(url url.URL) ([]pkl.PathElement, error) {
func (f *CrossplaneReader) ListElements(_ url.URL) ([]pkl.PathElement, error) {
out := []pkl.PathElement{
pkl.NewPathElement("request", false),
}
Expand Down

0 comments on commit 30607e2

Please sign in to comment.