mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
app/vmselect/promql: run make fmt
after 3b9605dba5
This commit is contained in:
parent
b43ff80d21
commit
538dc6058d
1 changed files with 2 additions and 2 deletions
|
@ -8535,7 +8535,7 @@ func TestExecSuccess(t *testing.T) {
|
|||
}
|
||||
r1.MetricName.Tags = []storage.Tag{
|
||||
{
|
||||
Key: []byte("foo"),
|
||||
Key: []byte("foo"),
|
||||
Value: []byte("bar"),
|
||||
},
|
||||
}
|
||||
|
@ -8546,7 +8546,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