summaryrefslogtreecommitdiff
path: root/src/pkg/testing/script/script.go
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2009-11-05 18:26:16 -0800
committerRobert Griesemer <gri@golang.org>2009-11-05 18:26:16 -0800
commitec7edf40f227e56a1213d9b42a041edd92a44989 (patch)
tree45db4b1214307a1ed85262da0861600d4a80cdf3 /src/pkg/testing/script/script.go
parent4e0e4e6c258d68c63380b6215ccca38bbba6a204 (diff)
downloadgolang-ec7edf40f227e56a1213d9b42a041edd92a44989.tar.gz
gofmt'ed more stragglers
R=rsc http://go/go-review/1019004
Diffstat (limited to 'src/pkg/testing/script/script.go')
-rw-r--r--src/pkg/testing/script/script.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg/testing/script/script.go b/src/pkg/testing/script/script.go
index 71e7cdca4..65ccb09dd 100644
--- a/src/pkg/testing/script/script.go
+++ b/src/pkg/testing/script/script.go
@@ -195,8 +195,8 @@ func (s Close) send() {
// A ReceivedUnexpected error results if no active Events match a value
// received from a channel.
type ReceivedUnexpected struct {
- Value interface{};
- ready []*Event;
+ Value interface{};
+ ready []*Event;
}
func (r ReceivedUnexpected) String() string {