Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinye202 committed Dec 10, 2024
1 parent 3f89e12 commit 400c4a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/blobstore/replication/metrics_blob_replicator.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/buildbarn/bb-storage/pkg/digest"
"github.com/buildbarn/bb-storage/pkg/util"
"github.com/prometheus/client_golang/prometheus"

"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)
Expand Down
6 changes: 4 additions & 2 deletions pkg/blobstore/replication/metrics_blob_replicator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,20 @@ package replication_test

import (
"context"
"github.com/buildbarn/bb-storage/pkg/blobstore/buffer"
"testing"
"time"

remoteexecution "github.com/bazelbuild/remote-apis/build/bazel/remote/execution/v2"
"github.com/buildbarn/bb-storage/internal/mock"
"github.com/buildbarn/bb-storage/pkg/blobstore/buffer"
"github.com/buildbarn/bb-storage/pkg/blobstore/replication"
"github.com/buildbarn/bb-storage/pkg/digest"
"github.com/stretchr/testify/require"
"go.uber.org/mock/gomock"

"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"

"go.uber.org/mock/gomock"
)

func TestNewMetricsBlobReplicator(t *testing.T) {
Expand Down

0 comments on commit 400c4a3

Please sign in to comment.