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

Unified Diff: lib/dom/scripts/templateloader.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/systeminterface.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/scripts/templateloader.py
diff --git a/lib/dom/scripts/templateloader.py b/lib/dom/scripts/templateloader.py
index 64e4a8da0e0c8ce36e7391bd7f7d3f04cf4a5e90..f7229f477be2c1b14f545358a2ffcf9bd3aa38ea 100644
--- a/lib/dom/scripts/templateloader.py
+++ b/lib/dom/scripts/templateloader.py
@@ -104,7 +104,7 @@ class TemplateLoader(object):
else:
if active:
- out.append(full_line);
+ out.append(full_line)
continue
if condition_stack:
« no previous file with comments | « lib/dom/scripts/systeminterface.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698