Skip to content

Commit

Permalink
👻 minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Gaikwad <[email protected]>
  • Loading branch information
pranavgaikwad committed Dec 6, 2024
1 parent 2a77017 commit 63007a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func (d *dotnetServiceClient) Evaluate(ctx context.Context, cap string, conditio
return provider.ProviderEvaluateResponse{Matched: false}, nil
}
for _, position := range positions {
d.log.V(5).Info("%#v", position)
d.log.V(5).Info("got position", "position", position)
res := []protocol.Location{}
switch position.(type) {
case protocol.ReferenceParams:
Expand Down

0 comments on commit 63007a3

Please sign in to comment.