misc/cgo/testsanitizers: gofmt

Change-Id: I4e7328bb89f504dbca3948b8565d22c44d41db3d
Reviewed-on: https://go-review.googlesource.com/c/149917
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Tobias Klauser 2018-11-16 11:26:16 +01:00 committed by Tobias Klauser
parent 3096b85d37
commit 48e4d36fed

View file

@ -5,9 +5,9 @@
package sanitizers_test
import (
"runtime"
"strings"
"testing"
"runtime"
)
func TestTSAN(t *testing.T) {