Cleanup whitespace

This commit is contained in:
Derek Parker
2015-07-10 20:16:06 -05:00
parent 98da14b078
commit e6448556fa

View File

@ -516,9 +516,7 @@ func TestStacktraceGoroutine(t *testing.T) {
} }
t.Logf("\t%s:%d %s\n", locations[i].File, locations[i].Line, name) t.Logf("\t%s:%d %s\n", locations[i].File, locations[i].Line, name)
} }
} }
} }
if mainCount != 1 { if mainCount != 1 {