]> Cypherpunks repositories - gostls13.git/commitdiff
misc/cgo/testsanitizers: gofmt
authorTobias Klauser <tklauser@distanz.ch>
Fri, 16 Nov 2018 10:26:16 +0000 (11:26 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Fri, 16 Nov 2018 13:54:47 +0000 (13:54 +0000)
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>
misc/cgo/testsanitizers/tsan_test.go

index 314b5072f360ee1f3860f559e7d44776f40b2517..1d769a98b6e26c7c50473ad8373da45db92d22b5 100644 (file)
@@ -5,9 +5,9 @@
 package sanitizers_test
 
 import (
+       "runtime"
        "strings"
        "testing"
-       "runtime"
 )
 
 func TestTSAN(t *testing.T) {