diff options
Diffstat (limited to 'src/pkg/sync/mutex_test.go')
-rw-r--r-- | src/pkg/sync/mutex_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pkg/sync/mutex_test.go b/src/pkg/sync/mutex_test.go index d7be79fff..03490af12 100644 --- a/src/pkg/sync/mutex_test.go +++ b/src/pkg/sync/mutex_test.go @@ -7,9 +7,9 @@ package sync_test import ( - "runtime"; - . "sync"; - "testing"; + "runtime"; + . "sync"; + "testing"; ) func HammerSemaphore(s *uint32, cdone chan bool) { |