app/vmselect/promql: run make fmt after 3b9605dba5

This commit is contained in:
Aliaksandr Valialkin 2023-09-25 16:15:58 +02:00
parent 3b9605dba5
commit e453069dcd
No known key found for this signature in database
GPG Key ID: A72BEC6CD3D0DED1

View File

@ -8525,7 +8525,7 @@ func TestExecSuccess(t *testing.T) {
} }
r1.MetricName.Tags = []storage.Tag{ r1.MetricName.Tags = []storage.Tag{
{ {
Key: []byte("foo"), Key: []byte("foo"),
Value: []byte("bar"), Value: []byte("bar"),
}, },
} }
@ -8536,7 +8536,7 @@ func TestExecSuccess(t *testing.T) {
} }
r2.MetricName.Tags = []storage.Tag{ r2.MetricName.Tags = []storage.Tag{
{ {
Key: []byte("foo"), Key: []byte("foo"),
Value: []byte("baz"), Value: []byte("baz"),
}, },
} }