aboutsummaryrefslogtreecommitdiff
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
commitd2829faa7c46cd2105eb897e77c92a86baefcd79 (patch)
tree59cdfb7c6316bd02d9cfe4e298cf6fc40ffc0c4a /src/pkg/bytes/buffer_test.go
parent58ee1f5d546e80b508c1bfd536735d204c873408 (diff)
downloadgo-d2829faa7c46cd2105eb897e77c92a86baefcd79.tar.xz
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 1082e0a11d..f82c984685 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";
)