Skip to content

Commit

Permalink
chore: fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Oct 16, 2023
1 parent d2547bb commit 8b0e969
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions checks/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ func transform(ctx *context.Context, in *pkg.CheckResult) ([]*pkg.CheckResult, e
ctx.Tracef("transformed %s into %v", in, results)
}
return results, nil

} else if len(transformed) == 1 && t.Name == "" {
if ctx.IsTrace() {
ctx.Tracef("merging %v into %v", t, in)
Expand Down Expand Up @@ -158,7 +157,6 @@ func transform(ctx *context.Context, in *pkg.CheckResult) ([]*pkg.CheckResult, e
}

return []*pkg.CheckResult{in}, nil

}

func GetJunitReportFromResults(canaryName string, results []*pkg.CheckResult) JunitTestSuite {
Expand Down
1 change: 0 additions & 1 deletion checks/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ func getLabels(ctx *context.Context, metric external.Metrics) (map[string]string
}
}
labels[label.Name] = val

}

return labels, nil
Expand Down

0 comments on commit 8b0e969

Please sign in to comment.