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

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

Issue 2329263002: Run format-webkitpy and fix long lines. (Closed)
Patch Set: 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/checkers/png.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/png.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/png.py
index dc64bc0525d3eb41af2d1ebe700a1ecc7b2cf2d3..a12add4ac3879b2cb5439b3cf2d7c4df58ee7cdb 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/png.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/png.py
@@ -46,4 +46,5 @@ class PNGChecker(object):
with self._fs.open_binary_file_for_reading(self._file_path) as filehandle:
if not read_checksum_from_png.read_checksum(filehandle):
self._handle_style_error(
- 0, 'image/png', 5, "Image lacks a checksum. Generate pngs using run-webkit-tests to ensure they have a checksum.")
+ 0, 'image/png', 5,
+ "Image lacks a checksum. Generate pngs using run-webkit-tests to ensure they have a checksum.")

Powered by Google App Engine
This is Rietveld 408576698