Skip to content

Commit

Permalink
Fixed linter
Browse files Browse the repository at this point in the history
  • Loading branch information
begmaroman committed Dec 14, 2023
1 parent 49ad69b commit a8823e5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions synchronizer/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ import (
"context"
"time"

"github.com/ethereum/go-ethereum/common"
"github.com/jmoiron/sqlx"

"github.com/0xPolygon/cdk-data-availability/db"
"github.com/0xPolygon/cdk-data-availability/log"
"github.com/0xPolygon/cdk-data-availability/types"
"github.com/ethereum/go-ethereum/common"
"github.com/jmoiron/sqlx"
)

const dbTimeout = 2 * time.Second
Expand Down

0 comments on commit a8823e5

Please sign in to comment.