diff --git a/src/pkg/fault/example_fault_test.go b/src/pkg/fault/example_fault_test.go index 38e191309..904f27c63 100644 --- a/src/pkg/fault/example_fault_test.go +++ b/src/pkg/fault/example_fault_test.go @@ -255,7 +255,6 @@ func ExampleErrors_Tracker() { // handle the Err() that appeared in the tracker fmt.Println("err occurred", errs.Err()) } - } // ExampleErrorsE2e showcases a more complex integration.