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

Unified Diff: chrome/browser/resources/chromeos/bluetooth_options.js

Issue 2944703004: Run clang-format on .js files in c/b/r/chromeos (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/bluetooth_options.js
diff --git a/chrome/browser/resources/chromeos/bluetooth_options.js b/chrome/browser/resources/chromeos/bluetooth_options.js
index 150592aab3a782004be343d02b2f4b9961936e22..556f54403ccdc0763aa90a626bca07f03626513d 100644
--- a/chrome/browser/resources/chromeos/bluetooth_options.js
+++ b/chrome/browser/resources/chromeos/bluetooth_options.js
@@ -21,11 +21,8 @@ cr.define('options', function() {
__proto__: Page.prototype,
};
- BluetoothOptions.updateDiscovery = function() {
- };
+ BluetoothOptions.updateDiscovery = function() {};
// Export
- return {
- BluetoothOptions: BluetoothOptions
- };
+ return {BluetoothOptions: BluetoothOptions};
});
« no previous file with comments | « chrome/browser/resources/chromeos/arc_support/playstore.js ('k') | chrome/browser/resources/chromeos/bluetooth_pair_device.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698