From 561a986e8e16bf4be221dcf3be7a5f617f9cdfb9 Mon Sep 17 00:00:00 2001 From: Yewei Huang Date: Sun, 14 Jan 2018 17:42:38 +0800 Subject: [PATCH] Remove unnecessary type alias in jsonnet/cmd.go --- jsonnet/cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonnet/cmd.go b/jsonnet/cmd.go index 62c534c..314670b 100644 --- a/jsonnet/cmd.go +++ b/jsonnet/cmd.go @@ -186,7 +186,7 @@ func getVarFile(s string) (string, string, error) { } } -type processArgsStatus = int +type processArgsStatus int const ( processArgsStatusContinue = iota