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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/style/filereader_unittest.py

Issue 2256793002: Make docstrings more consistent using format-webkitpy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make indentation of final quote based on parse tree (indentation prior to docstring node) rather th… Created 4 years, 3 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: third_party/WebKit/Tools/Scripts/webkitpy/style/filereader_unittest.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/filereader_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/filereader_unittest.py
index 5227b5b3a306d00cfc0082e8d87eb4565555df4a..025ea706e3d5bb503f00978da60974aeba7df0f7 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/style/filereader_unittest.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/filereader_unittest.py
@@ -35,7 +35,6 @@ class TextFileReaderTest(LoggingTestCase):
This processor simply records the parameters passed to its process()
method for later checking by the unittest test methods.
-
"""
def __init__(self):

Powered by Google App Engine
This is Rietveld 408576698