chore(go): run betteralign and gofumpt on codebase
This commit is contained in:
@@ -10,8 +10,10 @@ import (
|
||||
)
|
||||
|
||||
// How often we poll for updates.
|
||||
const hardwareMetricsPollingInterval = 2 * time.Minute
|
||||
const playbackMetricsPollingInterval = 2 * time.Minute
|
||||
const (
|
||||
hardwareMetricsPollingInterval = 2 * time.Minute
|
||||
playbackMetricsPollingInterval = 2 * time.Minute
|
||||
)
|
||||
|
||||
const (
|
||||
// How often we poll for updates.
|
||||
|
||||
Reference in New Issue
Block a user