Remove white space between print and ()

TrivialFix

Change-Id: Ice05cc9848bc0b647ee20cfad20c23b47f8fedbd
This commit is contained in:
yuyafei
2016-07-05 16:12:41 +08:00
committed by qinchunhua
parent 9fdb5a43f2
commit c97f3eec01
3 changed files with 6 additions and 6 deletions
Executable → Regular
+2 -2
View File
@@ -62,8 +62,8 @@ def main():
original_branch = run("git rev-parse --abbrev-ref HEAD")
run("git review -d %s" % options.review)
else:
print ("no gerrit review number specified, running on latest commit"
"on current branch.")
print("no gerrit review number specified, running on latest commit"
"on current branch.")
test_works = False