mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-28 17:01:02 +02:00
Remove unnecessary type alias in jsonnet/cmd.go
This commit is contained in:
parent
bc88189964
commit
561a986e8e
@ -186,7 +186,7 @@ func getVarFile(s string) (string, string, error) {
|
||||
}
|
||||
}
|
||||
|
||||
type processArgsStatus = int
|
||||
type processArgsStatus int
|
||||
|
||||
const (
|
||||
processArgsStatusContinue = iota
|
||||
|
Loading…
x
Reference in New Issue
Block a user