From e6448556fa25ea859d8d81621499f70980424f5c Mon Sep 17 00:00:00 2001 From: Derek Parker Date: Fri, 10 Jul 2015 20:16:06 -0500 Subject: [PATCH] Cleanup whitespace --- proc/proc_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/proc/proc_test.go b/proc/proc_test.go index ae74dffe..ad04c7ef 100644 --- a/proc/proc_test.go +++ b/proc/proc_test.go @@ -516,9 +516,7 @@ func TestStacktraceGoroutine(t *testing.T) { } t.Logf("\t%s:%d %s\n", locations[i].File, locations[i].Line, name) } - } - } if mainCount != 1 { -- GitLab