Remove unused OutputFormat type

Change-Id: Iffb0438e1722acbd52f7f2f083f1c00ad98455b9
This commit is contained in:
Ian Howell 2020-03-25 21:28:24 -05:00
parent af90464e66
commit 2de4a0f6a3
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"