Merge pull request #2172 from nspcc-dev/fix-go-fmt

*: gofmt -s
This commit is contained in:
Roman Khimov 2021-09-10 22:01:24 +03:00 committed by GitHub
commit 868835fb2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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",