transaction: gofmt -s

This commit is contained in:
Roman Khimov 2020-05-30 15:48:57 +03:00
parent 0f6d01faa1
commit 9a0d7d3254

View file

@ -337,7 +337,7 @@ func TestMarshalUnmarshalJSONStateTX(t *testing.T) {
Type: StateType,
Version: 5,
Data: &StateTX{
Descriptors: []*StateDescriptor{&StateDescriptor{
Descriptors: []*StateDescriptor{{
Type: Validator,
Key: []byte{1, 2, 3},
Value: []byte{4, 5, 6},