Skip to content

Commit 3b65c22

Browse files
Roshan-Rjlebon
authored andcommitted
refactor(kola): fix gofmt errors
1 parent be25bf7 commit 3b65c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mantle/cmd/kola/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func init() {
6060
sv(&kola.Options.BaseName, "basename", "kola", "Cluster name prefix")
6161
ss("debug-systemd-unit", []string{}, "full-unit-name.service to enable SYSTEMD_LOG_LEVEL=debug on. Can be specified multiple times.")
6262
ssv(&kola.DenylistedTests, "denylist-test", []string{}, "Test pattern to add to denylist. Can be specified multiple times.")
63-
sv(&kola.DenylistStream, "denylist-stream", "", "Stream name for denylist filtering. If set, manifest.yaml is not read and 'osversion' will be empty for denylist evaluation.")
63+
sv(&kola.DenylistStream, "denylist-stream", "", "Stream name for denylist filtering. If set, manifest.yaml is not read and 'osversion' will be empty for denylist evaluation.")
6464
bv(&kola.NoNet, "no-net", false, "Don't run tests that require an Internet connection")
6565
bv(&kola.ForceRunPlatformIndependent, "run-platform-independent", false, "Run tests that claim platform independence")
6666
ssv(&kola.Tags, "tag", []string{}, "Test tag to run. Can be specified multiple times.")

0 commit comments

Comments
 (0)