Skip to content

Commit

Permalink
(fix) Fix pre-commit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
abel committed Apr 9, 2024
1 parent 86991f4 commit 7ac3f58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/common/api_request_assistant.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package common

import (
"context"

"google.golang.org/grpc"
"google.golang.org/grpc/metadata"
)
Expand Down
1 change: 1 addition & 0 deletions client/exchange/exchange.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package exchange
import (
"context"
"fmt"

"google.golang.org/grpc/credentials/insecure"

"github.com/InjectiveLabs/sdk-go/client/common"
Expand Down

0 comments on commit 7ac3f58

Please sign in to comment.