Skip to content

Commit

Permalink
chore: format imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tdakkota committed Sep 16, 2022
1 parent b44880e commit 78f4f70
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion decode.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ import (
"reflect"
"time"

"github.com/go-faster/errors"
"go.uber.org/multierr"

"github.com/go-faster/errors"
)

// ----------------------------------------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion decode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ import (
"testing/iotest"
"time"

"github.com/go-faster/errors"
"github.com/stretchr/testify/require"

"github.com/go-faster/errors"

yaml "github.com/go-faster/yamlx"
)

Expand Down
3 changes: 2 additions & 1 deletion encode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ import (
"testing"
"time"

"github.com/go-faster/errors"
"github.com/stretchr/testify/require"

"github.com/go-faster/errors"

yaml "github.com/go-faster/yamlx"
)

Expand Down

0 comments on commit 78f4f70

Please sign in to comment.