From 3edc74c170578fb64e5d1154987611a616c782c8 Mon Sep 17 00:00:00 2001 From: ryanfkeepers Date: Sun, 19 Feb 2023 08:26:37 -0700 Subject: [PATCH] linter fix --- src/pkg/fault/example_fault_test.go | 1 - 1 file changed, 1 deletion(-) 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.