mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-29 09:21:03 +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 (
|
const (
|
||||||
processArgsStatusContinue = iota
|
processArgsStatusContinue = iota
|
||||||
|
Loading…
x
Reference in New Issue
Block a user