Skip to content

Commit f37b089

Browse files
committed
(lint) fix lint
1 parent 6b25df9 commit f37b089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/namespaces_data_source.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func (d *NamespacesDataSource) Configure(_ context.Context, req datasource.Confi
8181
d.client = client
8282
}
8383

84-
func (d *NamespacesDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse) {
84+
func (d *NamespacesDataSource) Read(ctx context.Context, _ datasource.ReadRequest, resp *datasource.ReadResponse) {
8585
var data NamespacesDataSourceModel
8686

8787
namespacesResp, err := d.client.NamespaceService.ListNamespaces(ctx, &pb.ListNamespacesRequest{})

0 commit comments

Comments
 (0)