Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 4fb8dc4

Browse files
author
Connor Daly
committed
Gofumpt
1 parent 30f0532 commit 4fb8dc4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

compatibility_test.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ type rpcChainCompatibility struct {
1313
RPCChainVMProtocolVersion map[string]uint `json:"rpcChainVMProtocolVersion"`
1414
}
1515

16-
var (
17-
//go:embed compatibility.json
18-
rpcChainVMProtocolCompatibilityBytes []byte
19-
)
16+
//go:embed compatibility.json
17+
var rpcChainVMProtocolCompatibilityBytes []byte
2018

2119
func TestCompatibility(t *testing.T) {
2220
var compat rpcChainCompatibility

0 commit comments

Comments
 (0)