From 813f363bff69acc436b3c300a2f699f643a644f8 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 4 Jul 2020 14:16:35 +0200 Subject: all: fix dup types in func args --- sys/fuchsia/fidlgen/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/fuchsia') diff --git a/sys/fuchsia/fidlgen/main.go b/sys/fuchsia/fidlgen/main.go index 63f1ca120..8c48ac312 100644 --- a/sys/fuchsia/fidlgen/main.go +++ b/sys/fuchsia/fidlgen/main.go @@ -93,7 +93,7 @@ func main() { } } -func fidlgen(fidlgenPath string, jsonPath string, txtPathBase string) string { +func fidlgen(fidlgenPath, jsonPath, txtPathBase string) string { if !osutil.IsExist(jsonPath) { failf("cannot find %s", jsonPath) } -- cgit mrf-deployment