Skip to content

Commit 672d9c4

Browse files
linter fix
1 parent e6a8502 commit 672d9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/scout/advise/k8s.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ func checkUsage(usage float64, resourceType, container, pod string) string {
155155
UNDER_40,
156156
scout.WarningSign,
157157
container,
158-
usage,
159158
resourceType,
159+
usage,
160160
)
161161
}
162162

0 commit comments

Comments
 (0)