Remove unnecessary type alias in jsonnet/cmd.go

This commit is contained in:
Yewei Huang 2018-01-14 17:42:38 +08:00 committed by Dave Cunningham
parent bc88189964
commit 561a986e8e

View File

@ -186,7 +186,7 @@ func getVarFile(s string) (string, string, error) {
}
}
type processArgsStatus = int
type processArgsStatus int
const (
processArgsStatusContinue = iota