Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Le <[email protected]>
  • Loading branch information
alexqyle committed Jan 10, 2024
1 parent dade4c3 commit ec27a71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/errutil/multierror_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ package errutil

import (
"fmt"
"testing"

"github.com/pkg/errors"
"github.com/stretchr/testify/require"
"testing"
)

func TestMultiSyncErrorAdd(t *testing.T) {
Expand Down

0 comments on commit ec27a71

Please sign in to comment.