From 91461002f354a5fc8b3898bbb0ade90d2921441e Mon Sep 17 00:00:00 2001 From: Mikio Hara Date: Mon, 14 Nov 2016 09:17:15 +0900 Subject: [PATCH] os: gofmt -w -s Change-Id: I9a42cb55544185ade20b2a4a9de5d39a6cfc6fc6 Reviewed-on: https://go-review.googlesource.com/33172 Reviewed-by: Ian Lance Taylor Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot --- src/os/executable_procfs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os/executable_procfs.go b/src/os/executable_procfs.go index 597ab7dd54..a6c8f45189 100644 --- a/src/os/executable_procfs.go +++ b/src/os/executable_procfs.go @@ -14,7 +14,7 @@ import ( // We query the executable path at init time to avoid the problem of // readlink returns a path appended with " (deleted)" when the original // binary gets deleted. -var executablePath, executablePathErr = func () (string, error) { +var executablePath, executablePathErr = func() (string, error) { var procfn string switch runtime.GOOS { default: -- 2.50.0