From 5010a93bf5ad3a93e4d84b3d4a00fd2c71f37de0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Silva?= <2493377+askpt@users.noreply.github.com> Date: Thu, 14 Dec 2023 15:10:10 +0000 Subject: [PATCH] Remove empty line in MetricsHook.cs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com> --- src/OpenFeature.Contrib.Hooks.Otel/MetricsHook.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/OpenFeature.Contrib.Hooks.Otel/MetricsHook.cs b/src/OpenFeature.Contrib.Hooks.Otel/MetricsHook.cs index d0d3c1f5b..cd171b554 100644 --- a/src/OpenFeature.Contrib.Hooks.Otel/MetricsHook.cs +++ b/src/OpenFeature.Contrib.Hooks.Otel/MetricsHook.cs @@ -47,7 +47,6 @@ public MetricsHook() _evaluationErrorCounter = meter.CreateCounter(ERROR_TOTAL_NAME, UNIT, ERROR_DESCRIPTION); } - public override Task Before(HookContext context, IReadOnlyDictionary hints = null) { var tagList = new TagList @@ -105,4 +104,3 @@ public override Task Finally(HookContext context, IReadOnlyDictionary