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

Unified Diff: ui/webui/resources/js/cr/ui/controlled_indicator.js

Issue 2603443002: Clang format JS: Disallow single line functions, conditionals, loops, and switch statements (Closed)
Patch Set: more options Created 4 years 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: ui/webui/resources/js/cr/ui/controlled_indicator.js
diff --git a/ui/webui/resources/js/cr/ui/controlled_indicator.js b/ui/webui/resources/js/cr/ui/controlled_indicator.js
index 249c90a2346c07160eefa27ccc113c76cc1dc2d7..a30d225a79ed3cb6354d4198e63bd47635df3d73 100644
--- a/ui/webui/resources/js/cr/ui/controlled_indicator.js
+++ b/ui/webui/resources/js/cr/ui/controlled_indicator.js
@@ -63,7 +63,9 @@ cr.define('cr.ui', function() {
* implementation does not set any strings.
* @return {Object}
*/
- getDefaultStrings: function() { return {}; },
+ getDefaultStrings: function() {
+ return {};
+ },
/**
* Returns the text shown in the bubble.

Powered by Google App Engine
This is Rietveld 408576698