diff options
Diffstat (limited to 'src/pkg/testing/script/script.go')
-rw-r--r-- | src/pkg/testing/script/script.go | 4 |
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 { |