Skip to content

Commit bdc2867

Browse files
committed
fixing goimports
1 parent 43f3c73 commit bdc2867

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

common/libzkp/lib.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ import "C" //nolint:typecheck
1111
import (
1212
"fmt"
1313
"os"
14-
"scroll-tech/common/types/message"
1514
"unsafe"
15+
16+
"scroll-tech/common/types/message"
1617
)
1718

1819
// Helper function to convert Go string to C string and handle cleanup

common/libzkp/mock_universal_task.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ package libzkp
55
import (
66
"encoding/json"
77
"fmt"
8+
89
"scroll-tech/common/types/message"
910

1011
"github.com/scroll-tech/go-ethereum/common"

0 commit comments

Comments
 (0)