*: gofmt -s

Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgeniy Stratonikov 2021-09-10 21:49:11 +03:00
parent 63e00ac128
commit 8a3e05096b

View file

@ -880,7 +880,7 @@ func TestClient_NNS(t *testing.T) {
rss, err := c.NNSGetAllRecords(nsHash, "neo.com")
require.NoError(t, err)
require.Equal(t, []nns.RecordState{
nns.RecordState{
{
Name: "neo.com",
Type: nns.A,
Data: "1.2.3.4",