Index: tools/push-to-trunk/auto_tag.py |
diff --git a/tools/push-to-trunk/auto_tag.py b/tools/push-to-trunk/auto_tag.py |
index d2bf9234310e4b137362689183e0b24a548a6e21..6beaaff8a30ddca52693fb2dd4a606c9a4cfdd73 100755 |
--- a/tools/push-to-trunk/auto_tag.py |
+++ b/tools/push-to-trunk/auto_tag.py |
@@ -117,7 +117,7 @@ class CalculateTagRevision(Step): |
# LKGRs are reverse sorted. |
if int(min_rev) <= int(lkgr) and int(lkgr) < int(max_rev): |
return lkgr |
- return None |
+ return None |
def RunStep(self): |
# Get the lkgr after the tag candidate and before the next tag candidate. |