Skip to content

Commit

Permalink
chore: address linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
guoguojin committed Mar 23, 2023
1 parent 70c156f commit 64e9d96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/benchmark.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package cmd
import (
"time"

benchmark "code.vegaprotocol.io/vegatools/grpc-api-benchmark"
benchmark "code.vegaprotocol.io/vegatools/grpcapibenchmark"

"github.com/spf13/cobra"
)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package grpc_api_benchmark
package grpcapibenchmark

import (
"context"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package grpc_api_benchmark
package grpcapibenchmark

import (
"context"
Expand Down

0 comments on commit 64e9d96

Please sign in to comment.