Skip to content

Commit

Permalink
Merge pull request #2172 from nspcc-dev/fix-go-fmt
Browse files Browse the repository at this point in the history
*: gofmt -s
  • Loading branch information
roman-khimov authored Sep 10, 2021
2 parents 63e00ac + 8a3e050 commit 868835f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rpc/server/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 868835f

Please sign in to comment.