From: Tobias Klauser Date: Fri, 16 Nov 2018 10:26:16 +0000 (+0100) Subject: misc/cgo/testsanitizers: gofmt X-Git-Tag: go1.12beta1~338 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=48e4d36fed94f0549f17ca082c0106bada094d5d;p=gostls13.git misc/cgo/testsanitizers: gofmt Change-Id: I4e7328bb89f504dbca3948b8565d22c44d41db3d Reviewed-on: https://go-review.googlesource.com/c/149917 Run-TryBot: Tobias Klauser TryBot-Result: Gobot Gobot Reviewed-by: Ian Lance Taylor --- diff --git a/misc/cgo/testsanitizers/tsan_test.go b/misc/cgo/testsanitizers/tsan_test.go index 314b5072f3..1d769a98b6 100644 --- a/misc/cgo/testsanitizers/tsan_test.go +++ b/misc/cgo/testsanitizers/tsan_test.go @@ -5,9 +5,9 @@ package sanitizers_test import ( + "runtime" "strings" "testing" - "runtime" ) func TestTSAN(t *testing.T) {