Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
chore(optimus): linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudheer Pal committed Sep 26, 2023
1 parent 25c5d8e commit 86389e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/server/v1/optimus/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ import (
shieldv1beta1rpc "buf.build/gen/go/gotocompany/proton/grpc/go/gotocompany/shield/v1beta1/shieldv1beta1grpc"
optimusv1beta1 "buf.build/gen/go/gotocompany/proton/protocolbuffers/go/gotocompany/optimus/core/v1beta1"
shieldv1beta1 "buf.build/gen/go/gotocompany/proton/protocolbuffers/go/gotocompany/shield/v1beta1"
"github.com/goto/dex/pkg/errors"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials/insecure"

"github.com/goto/dex/pkg/errors"
)

type Service struct {
Expand Down

0 comments on commit 86389e3

Please sign in to comment.