Skip to content

Commit

Permalink
gofumpt
Browse files Browse the repository at this point in the history
Signed-off-by: Cassandra Coyle <[email protected]>
  • Loading branch information
cicoyle committed Dec 11, 2023
1 parent 8615178 commit e90c3bd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions errors/errors_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ package errors
import (
"encoding/json"
"fmt"
"github.com/stretchr/testify/require"
"google.golang.org/grpc/status"
"google.golang.org/protobuf/types/known/durationpb"
"net/http"
"reflect"
"testing"

"github.com/stretchr/testify/require"
"google.golang.org/grpc/status"
"google.golang.org/protobuf/types/known/durationpb"

"github.com/stretchr/testify/assert"
"google.golang.org/genproto/googleapis/rpc/context"
"google.golang.org/genproto/googleapis/rpc/errdetails"
Expand Down

0 comments on commit e90c3bd

Please sign in to comment.