Remove white space between print and ()
TrivialFix Change-Id: Ice05cc9848bc0b647ee20cfad20c23b47f8fedbd
This commit is contained in:
Executable → Regular
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user