We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f582e9 commit 421ee18Copy full SHA for 421ee18
libpod/stats_freebsd.go
@@ -35,7 +35,7 @@ func (c *Container) getPlatformContainerStats(stats *define.ContainerStats, prev
35
// in a new jail
36
if dur, ok := entries["wallclock"]; ok {
37
if previousStats.Duration > dur*1000000000 {
38
- previousStats = &define.ContainerStats{}
+ previousStats = &define.ContainerStats{} //nolint:wastedassign // TODO: figure this out.
39
}
40
41
0 commit comments