Skip to content

Commit

Permalink
Linted
Browse files Browse the repository at this point in the history
  • Loading branch information
durkmurder committed Jan 9, 2025
1 parent 049b987 commit ce4d9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/consensus/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/onflow/flow-go/storage/badger/operation"
"os"
"path/filepath"
"time"
Expand Down Expand Up @@ -67,6 +66,7 @@ import (
"github.com/onflow/flow-go/state/protocol/events/gadgets"
protocol_state "github.com/onflow/flow-go/state/protocol/protocol_state/state"
bstorage "github.com/onflow/flow-go/storage/badger"
"github.com/onflow/flow-go/storage/badger/operation"
"github.com/onflow/flow-go/utils/io"
)

Expand Down

0 comments on commit ce4d9c5

Please sign in to comment.