Skip to content

Commit

Permalink
static
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishwesh Bankwar committed Dec 6, 2023
1 parent da4ad72 commit 214788f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ private static void AddGrpcAttributes(Activity activity, string grpcMethod, Http
}
}

private string GetDisplayName(string httpMethod, string httpRoute = null)
private static string GetDisplayName(string httpMethod, string httpRoute = null)
{
var normalizedMethod = RequestMethodHelper.GetNormalizedHttpMethod(httpMethod);

Expand Down

0 comments on commit 214788f

Please sign in to comment.