diff options
Diffstat (limited to 'src/pkg/bytes/buffer_test.go')
-rw-r--r-- | src/pkg/bytes/buffer_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pkg/bytes/buffer_test.go b/src/pkg/bytes/buffer_test.go index 1082e0a11..f82c98468 100644 --- a/src/pkg/bytes/buffer_test.go +++ b/src/pkg/bytes/buffer_test.go @@ -5,9 +5,9 @@ package bytes_test import ( - . "bytes"; - "rand"; - "testing"; + . "bytes"; + "rand"; + "testing"; ) |