From 7bc607518c0d27a618ddbbf35d1d636da65bc581 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 27 Oct 2009 22:47:54 -0700 Subject: files that are okay from the last gofmt round R=gri http://go/go-review/1015011 --- src/pkg/bytes/buffer_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/pkg/bytes/buffer_test.go') 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"; ) -- cgit v1.2.3