From 97074c5bf475dc52095c205bfde3c0f3373e9fef Mon Sep 17 00:00:00 2001 From: Agioi Theodoroi Date: Tue, 14 Apr 2020 21:51:38 -0400 Subject: [PATCH] gofmt --- main/main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/main.go b/main/main.go index fe13c3d1c..d8c9c2fd3 100644 --- a/main/main.go +++ b/main/main.go @@ -28,9 +28,9 @@ var ( test = flag.Bool("test", false, "Test config file only, without launching V2Ray server.") format = flag.String("format", "json", "Format of input file.") - /* We have to do this here because Golang's Test will also need to parse flag, before - main func in this file is run. - */ + /* We have to do this here because Golang's Test will also need to parse flag, before + * main func in this file is run. + */ _ = func() error { flag.Var(&configFiles, "config", "Config file for V2Ray. Multiple assign is accepted (only json). Latter ones overrides the former ones.")