From fd5c753c69fa42bab17468a53df8be84d170d8e5 Mon Sep 17 00:00:00 2001 From: Mikhail Goncharov Date: Fri, 7 Feb 2020 14:50:47 +0100 Subject: [PATCH] small style fixes --- scripts/phabtalk/phabtalk.py | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/scripts/phabtalk/phabtalk.py b/scripts/phabtalk/phabtalk.py index 4226adb..99caf21 100755 --- a/scripts/phabtalk/phabtalk.py +++ b/scripts/phabtalk/phabtalk.py @@ -231,7 +231,7 @@ class BuildReport: title = 'Issue with build for {} ({})'.format(self.api.get_revision_id(self.diff_id), self.diff_id) self.comments.append( - 'Pre-merge checks is in beta. report issue.
' 'Please join beta or ' '{}. '.format(title, c, result) def _try_call(call):