From 859fc17906c521ace1ce052cc02f7e245705261a Mon Sep 17 00:00:00 2001 From: Bhadresh Savani Date: Sun, 2 Aug 2020 11:47:42 +0530 Subject: [PATCH] added space --- codemod/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codemod/base.py b/codemod/base.py index 7ddd456..37bf463 100755 --- a/codemod/base.py +++ b/codemod/base.py @@ -83,7 +83,7 @@ def run_interactive(query, editor=None, just_count=False, default_no=False): terminal.terminal_clear() print( "You MUST indicate in your code review:" - " \"codemod with 'Yes to all'\"." + " \"codemod with 'Yes to all'\". " "Make sure you and other people review the changes.\n\n" "With great power, comes great responsibility." )