Skip to content

Commit

Permalink
Remove empty line in MetricsHook.cs
Browse files Browse the repository at this point in the history
Signed-off-by: André Silva <[email protected]>
  • Loading branch information
askpt committed Dec 14, 2023
1 parent 98f69eb commit 5010a93
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/OpenFeature.Contrib.Hooks.Otel/MetricsHook.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public MetricsHook()
_evaluationErrorCounter = meter.CreateCounter<double>(ERROR_TOTAL_NAME, UNIT, ERROR_DESCRIPTION);
}


public override Task<EvaluationContext> Before<T>(HookContext<T> context, IReadOnlyDictionary<string, object> hints = null)
{
var tagList = new TagList
Expand Down Expand Up @@ -105,4 +104,3 @@ public override Task Finally<T>(HookContext<T> context, IReadOnlyDictionary<stri
}
}
}

0 comments on commit 5010a93

Please sign in to comment.