forked from TrueCloudLab/neoneo-go
transaction: gofmt -s
This commit is contained in:
parent
0f6d01faa1
commit
9a0d7d3254
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ func TestMarshalUnmarshalJSONStateTX(t *testing.T) {
|
||||||
Type: StateType,
|
Type: StateType,
|
||||||
Version: 5,
|
Version: 5,
|
||||||
Data: &StateTX{
|
Data: &StateTX{
|
||||||
Descriptors: []*StateDescriptor{&StateDescriptor{
|
Descriptors: []*StateDescriptor{{
|
||||||
Type: Validator,
|
Type: Validator,
|
||||||
Key: []byte{1, 2, 3},
|
Key: []byte{1, 2, 3},
|
||||||
Value: []byte{4, 5, 6},
|
Value: []byte{4, 5, 6},
|
||||||
|
|
Loading…
Reference in a new issue