summaryrefslogtreecommitdiffstats
path: root/bridge
diff options
context:
space:
mode:
Diffstat (limited to 'bridge')
-rw-r--r--bridge/helper/helper.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/bridge/helper/helper.go b/bridge/helper/helper.go
index 5fdc6ecc..c4ac0ae2 100644
--- a/bridge/helper/helper.go
+++ b/bridge/helper/helper.go
@@ -97,5 +97,6 @@ func RemoveEmptyNewLines(msg string) string {
lines += line + "\n"
}
}
+ lines = strings.TrimRight(lines, "\n")
return lines
}