summaryrefslogtreecommitdiff
path: root/internal/statsengine/engine.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/statsengine/engine.go')
-rw-r--r--internal/statsengine/engine.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/statsengine/engine.go b/internal/statsengine/engine.go
index 78dbe65..02aee37 100644
--- a/internal/statsengine/engine.go
+++ b/internal/statsengine/engine.go
@@ -209,8 +209,8 @@ func (e *Engine) captureSnapshotInputs() snapshotInputs {
// and returns their results bundled together.
func buildSubSnapshots(in snapshotInputs, elapsed time.Duration) subSnapshots {
var (
- ss subSnapshots
- wg sync.WaitGroup
+ ss subSnapshots
+ wg sync.WaitGroup
)
wg.Add(5)