aboutsummaryrefslogtreecommitdiff
path: root/src/os/executable_procfs.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/executable_procfs.go')
-rw-r--r--src/os/executable_procfs.go2
1 files changed, 1 insertions, 1 deletions
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: