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

Unified Diff: chrome/browser/resources/chromeos/chromevox/common/memoize.js

Issue 2939273002: DO NOT SUBMIT: what chrome/browser/resources/ could eventually look like with clang-format (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/common/memoize.js
diff --git a/chrome/browser/resources/chromeos/chromevox/common/memoize.js b/chrome/browser/resources/chromeos/chromevox/common/memoize.js
index 0ac3f6386ac0e8a1899b94cf61fee76b84d97aef..d17970fc33b4d6a408814ba72e07a8739fdfc5ae 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/memoize.js
+++ b/chrome/browser/resources/chromeos/chromevox/common/memoize.js
@@ -43,8 +43,7 @@ goog.provide('cvox.Memoize');
* Create the namespace.
* @constructor
*/
-cvox.Memoize = function() {
-};
+cvox.Memoize = function() {};
/**
* The cache: a map from string function name to a WeakMap from DOM node

Powered by Google App Engine
This is Rietveld 408576698