Skip to content

Commit 59ded21

Browse files
committed
fix lint
1 parent 63ffbd8 commit 59ded21

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

storage/operation/scheduled_transactions.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import (
44
"fmt"
55

66
"github.com/jordanschalm/lockctx"
7+
78
"github.com/onflow/flow-go/model/flow"
89
"github.com/onflow/flow-go/storage"
910
)

storage/scheduled_transactions.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package storage
22

33
import (
44
"github.com/jordanschalm/lockctx"
5+
56
"github.com/onflow/flow-go/model/flow"
67
)
78

storage/store/scheduled_transactions.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import (
44
"fmt"
55

66
"github.com/jordanschalm/lockctx"
7+
78
"github.com/onflow/flow-go/model/flow"
89
"github.com/onflow/flow-go/module"
910
"github.com/onflow/flow-go/module/metrics"

0 commit comments

Comments
 (0)