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

Unified Diff: third_party/WebKit/Source/devtools/front_end/formatter_worker/CSSFormatter.js

Issue 2440953003: DevTools: use semicolons after each statement. (Closed)
Patch Set: rebaseline Created 4 years, 2 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/Source/devtools/front_end/formatter_worker/CSSFormatter.js
diff --git a/third_party/WebKit/Source/devtools/front_end/formatter_worker/CSSFormatter.js b/third_party/WebKit/Source/devtools/front_end/formatter_worker/CSSFormatter.js
index 5164e545bfed5800727730f9f3748528fae89728..944adb9f910bcb675b5a27f93b3150be1dc02d8f 100644
--- a/third_party/WebKit/Source/devtools/front_end/formatter_worker/CSSFormatter.js
+++ b/third_party/WebKit/Source/devtools/front_end/formatter_worker/CSSFormatter.js
@@ -35,7 +35,7 @@
WebInspector.CSSFormatter = function(builder)
{
this._builder = builder;
-}
+};
WebInspector.CSSFormatter.prototype = {
/**
@@ -118,4 +118,4 @@ WebInspector.CSSFormatter.prototype = {
this._builder.addNewLine();
}
}
-}
+};

Powered by Google App Engine
This is Rietveld 408576698