From b20e2789e1b4118ec75d963e132993651da270a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zied=20Za=C3=AFem?= Date: Sat, 14 Nov 2020 23:15:45 +0100 Subject: [PATCH] Update alerting/provider/mattermost/mattermost.go : remove extra white space Co-authored-by: Chris C. --- alerting/provider/mattermost/mattermost.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alerting/provider/mattermost/mattermost.go b/alerting/provider/mattermost/mattermost.go index 99ef2375..a9e5e165 100644 --- a/alerting/provider/mattermost/mattermost.go +++ b/alerting/provider/mattermost/mattermost.go @@ -32,7 +32,7 @@ func (provider *AlertProvider) ToCustomAlertProvider(service *core.Service, aler for _, conditionResult := range result.ConditionResults { var prefix string if conditionResult.Success { - prefix = ":white_check_mark: " + prefix = ":white_check_mark:" } else { prefix = ":x:" }