Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.

added space #118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion codemod/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
)
Expand Down