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

Unified Diff: tools/json_schema_compiler/js_externs_generator_test.py

Issue 1513573012: Fix line wrapping in json_schema_compiler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Generate -> Append Created 4 years, 11 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
Index: tools/json_schema_compiler/js_externs_generator_test.py
diff --git a/tools/json_schema_compiler/js_externs_generator_test.py b/tools/json_schema_compiler/js_externs_generator_test.py
index c3376598610ae17674f68d77a9e1933023fc7a03..6adc20171efcb75b18160694406d75433803c0f1 100755
--- a/tools/json_schema_compiler/js_externs_generator_test.py
+++ b/tools/json_schema_compiler/js_externs_generator_test.py
@@ -279,7 +279,7 @@ chrome.fakeJson.CrazyEnum = {
* @see https://developer.chrome.com/extensions/fakeJson#method-funcWithInlineObj
*/
chrome.fakeJson.funcWithInlineObj = function(inlineObj, callback) {};""" %
- (datetime.now().year, sys.argv[0]))
+ (datetime.now().year, sys.argv[0]))
class JsExternGeneratorTest(unittest.TestCase):
« no previous file with comments | « tools/json_schema_compiler/js_externs_generator.py ('k') | tools/json_schema_compiler/js_interface_generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698