Skip to content

Commit

Permalink
Go format package imports
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-ssvlabs committed Jan 16, 2025
1 parent f63cc5e commit af34435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/v2/qbft/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import (
"fmt"

"github.com/pkg/errors"
qbftstorage "github.com/ssvlabs/ssv/protocol/v2/qbft/storage"
"go.opentelemetry.io/otel/codes"
"go.opentelemetry.io/otel/trace"
qbftstorage "github.com/ssvlabs/ssv/protocol/v2/qbft/storage"
"go.uber.org/zap"

specqbft "github.com/ssvlabs/ssv-spec/qbft"
Expand Down

0 comments on commit af34435

Please sign in to comment.