Merge "Remove unused OutputFormat type"

This commit is contained in:
Zuul 2020-03-26 22:43:07 +00:00 committed by Gerrit Code Review
commit 316744559e
2 changed files with 0 additions and 6 deletions

View File

@ -1,8 +1,5 @@
package config
// OutputFormat denotes the form with which to display tabulated data
type OutputFormat string
// Constants related to the ClusterType type
const (
Ephemeral = "ephemeral"

View File

@ -1,6 +1,3 @@
package environment
// OutputFormat denotes the form with which to display tabulated data
type OutputFormat string
const HomeEnvVar = "$HOME"