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

Unified Diff: chrome/browser/resources/chromeos/chromevox/extensions/searchvox/abstract_result.js

Issue 2943193002: Run clang-format on .js files in c/b/r/chromeos/chromevox (Closed)
Patch Set: Created 3 years, 6 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: chrome/browser/resources/chromeos/chromevox/extensions/searchvox/abstract_result.js
diff --git a/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/abstract_result.js b/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/abstract_result.js
index 7538cf848729477fec49d63c99f4ccb1df5c575c..017425e53aa426ccc00202a0f9497fc63454bbf1 100644
--- a/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/abstract_result.js
+++ b/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/abstract_result.js
@@ -14,7 +14,7 @@ goog.require('cvox.SearchUtil');
/**
* @constructor
*/
-cvox.AbstractResult = function() { };
+cvox.AbstractResult = function() {};
/**
* Checks the result if it is an unknown result.

Powered by Google App Engine
This is Rietveld 408576698