aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/fstest/testfs_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/fstest/testfs_test.go b/src/testing/fstest/testfs_test.go
index e3d7f1ab44..a0561b6dfc 100644
--- a/src/testing/fstest/testfs_test.go
+++ b/src/testing/fstest/testfs_test.go
@@ -105,7 +105,7 @@ func TestTestFSWrappedErrors(t *testing.T) {
// TestFS is expected to return a list of errors.
// Enforce that the list can be extracted for browsing.
- type wrapper interface{
+ type wrapper interface {
error
Unwrap() []error
}