mirror of
https://github.com/prometheus/alertmanager
synced 2025-01-18 12:10:55 +00:00
Fix comment formatting
Signed-off-by: Ben Ridley <benridley29@gmail.com>
This commit is contained in:
parent
c34003ffdb
commit
ae116cfc26
@ -414,7 +414,7 @@ func run() int {
|
||||
integrationsNum += len(integrations)
|
||||
}
|
||||
|
||||
// Build the map of time interval names to mute time definitions
|
||||
// Build the map of time interval names to mute time definitions.
|
||||
muteTimes := make(map[string][]timeinterval.TimeInterval, len(conf.MuteTimeIntervals))
|
||||
for _, ti := range conf.MuteTimeIntervals {
|
||||
muteTimes[ti.Name] = ti.TimeIntervals
|
||||
|
Loading…
Reference in New Issue
Block a user