From d203dd4770f3e62cb92e7559106840a8ae67d41b Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Wed, 12 Oct 2016 20:37:26 +0200 Subject: [PATCH] cmd/syncthing: go fmt traceback.go --- cmd/syncthing/traceback.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/syncthing/traceback.go b/cmd/syncthing/traceback.go index c61b29a5..86a9dbd8 100644 --- a/cmd/syncthing/traceback.go +++ b/cmd/syncthing/traceback.go @@ -14,4 +14,3 @@ func init() { // We want all (our) goroutines in panic traces. debug.SetTraceback("all") } -