mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +00:00
all: make fmt
This commit is contained in:
parent
88d793305d
commit
78fc35c9b1
3 changed files with 3 additions and 4 deletions
|
@ -88,8 +88,8 @@ func TestRowsUnmarshalSuccess(t *testing.T) {
|
|||
// Timestamp bigger than 1<<31
|
||||
f("aaa 1123 429496729600", &Rows{
|
||||
Rows: []Row{{
|
||||
Metric: "aaa",
|
||||
Value: 1123,
|
||||
Metric: "aaa",
|
||||
Value: 1123,
|
||||
Timestamp: 429496729600,
|
||||
}},
|
||||
})
|
||||
|
|
|
@ -147,7 +147,6 @@ type partition struct {
|
|||
bigPartsMergerWG sync.WaitGroup
|
||||
rawRowsFlusherWG sync.WaitGroup
|
||||
inmemoryPartsFlusherWG sync.WaitGroup
|
||||
|
||||
}
|
||||
|
||||
// partWrapper is a wrapper for the part.
|
||||
|
|
|
@ -42,7 +42,7 @@ type partitionWrapper struct {
|
|||
// The partition must be dropped if mustDrop > 0
|
||||
mustDrop uint64
|
||||
|
||||
pt *partition
|
||||
pt *partition
|
||||
}
|
||||
|
||||
func (ptw *partitionWrapper) incRef() {
|
||||
|
|
Loading…
Reference in a new issue