Skip to content

Commit d66d23f

Browse files
committed
Formatting...
Signed-off-by: kmoonwright <[email protected]>
1 parent e9bb7a4 commit d66d23f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/scalers/honeycomb_scaler.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ func extractResultField(results []map[string]interface{}, field string) (float64
221221
return 0, errors.New("missing 'data' field in Honeycomb result")
222222
}
223223
if field == "" {
224-
// Find the first numeric value in dataObj
225224
for _, v := range dataObj {
226225
switch val := v.(type) {
227226
case float64:

0 commit comments

Comments
 (0)