summaryrefslogtreecommitdiff
path: root/src/pkg/bytes/buffer_test.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-10-27 22:47:54 -0700
committerRuss Cox <rsc@golang.org>2009-10-27 22:47:54 -0700
commit7bc607518c0d27a618ddbbf35d1d636da65bc581 (patch)
tree59cdfb7c6316bd02d9cfe4e298cf6fc40ffc0c4a /src/pkg/bytes/buffer_test.go
parentb1f2d1c110b2d85468637ad06218428e17281ca2 (diff)
downloadgolang-7bc607518c0d27a618ddbbf35d1d636da65bc581.tar.gz
files that are okay from the last gofmt round
R=gri http://go/go-review/1015011
Diffstat (limited to 'src/pkg/bytes/buffer_test.go')
-rw-r--r--src/pkg/bytes/buffer_test.go6
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";
)