mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
app/vmselect/promql: run make fmt
after 3b9605dba5
This commit is contained in:
parent
3b9605dba5
commit
e453069dcd
1 changed files with 2 additions and 2 deletions
|
@ -8525,7 +8525,7 @@ func TestExecSuccess(t *testing.T) {
|
|||
}
|
||||
r1.MetricName.Tags = []storage.Tag{
|
||||
{
|
||||
Key: []byte("foo"),
|
||||
Key: []byte("foo"),
|
||||
Value: []byte("bar"),
|
||||
},
|
||||
}
|
||||
|
@ -8536,7 +8536,7 @@ func TestExecSuccess(t *testing.T) {
|
|||
}
|
||||
r2.MetricName.Tags = []storage.Tag{
|
||||
{
|
||||
Key: []byte("foo"),
|
||||
Key: []byte("foo"),
|
||||
Value: []byte("baz"),
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue