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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sass/SASSSourceMapFactory.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/sass/SASSSourceMapFactory.js
diff --git a/third_party/WebKit/Source/devtools/front_end/sass/SASSSourceMapFactory.js b/third_party/WebKit/Source/devtools/front_end/sass/SASSSourceMapFactory.js
index ca719d6d1a93810413280afc2e0dbb603d295ba4..dd59e5c7e04cf63aeaa022114fb5cfff45af5ba6 100644
--- a/third_party/WebKit/Source/devtools/front_end/sass/SASSSourceMapFactory.js
+++ b/third_party/WebKit/Source/devtools/front_end/sass/SASSSourceMapFactory.js
@@ -9,7 +9,7 @@
WebInspector.SASSSourceMapFactory = function()
{
this._astService = new WebInspector.ASTService();
-}
+};
WebInspector.SASSSourceMapFactory.prototype = {
/**
@@ -101,4 +101,4 @@ WebInspector.SASSSourceMapFactory.prototype = {
WebInspector.console.error(text);
}
},
-}
+};

Powered by Google App Engine
This is Rietveld 408576698