Fix comment formatting

Signed-off-by: Ben Ridley <benridley29@gmail.com>
This commit is contained in:
Ben Ridley 2020-11-24 14:38:12 +11:00
parent c34003ffdb
commit ae116cfc26

View File

@ -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