Extend CI workflow with gofmt

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan
2020-04-29 13:26:41 -07:00
parent 3c9c44842c
commit 7f3f0699b3
9 changed files with 17 additions and 52 deletions

View File

@@ -16,7 +16,7 @@ func PrintDeprecatedEnvWarnings(out io.Writer, vars []string) {
key := parts[0]
if key == `KUBECTX_CURRENT_FGCOLOR` || key == `KUBECTX_CURRENT_BGCOLOR` {
printer.Warning(out,"%s environment variable is now deprecated", key)
printer.Warning(out, "%s environment variable is now deprecated", key)
}
}
}