Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Unified Diff: lib/dom/scripts/systembase.py

Issue 10692066: Remove unnecessary semicolons from Python code. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/dom/scripts/idlparser.py ('k') | lib/dom/scripts/systemhtml.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/scripts/systembase.py
diff --git a/lib/dom/scripts/systembase.py b/lib/dom/scripts/systembase.py
index d8b9d270d64c982d237d34639bd917925615f323..89da1a54de981b7d84524d3d51a4995ec269ea84 100644
--- a/lib/dom/scripts/systembase.py
+++ b/lib/dom/scripts/systembase.py
@@ -99,7 +99,7 @@ class System(object):
result = set()
WalkParentChain(interface)
- return result;
+ return result
class BaseGenerator(object):
def __init__(self, database, interface):
@@ -221,7 +221,7 @@ class BaseGenerator(object):
walk(interface.parents)
else:
walk(interface.parents[1:])
- return result;
+ return result
def _PairUpAttributes(attributes):
« no previous file with comments | « lib/dom/scripts/idlparser.py ('k') | lib/dom/scripts/systemhtml.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698