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

Unified Diff: chrome/browser/resources/options/chromeos/internet_detail_ip_address_field.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/options/chromeos/internet_detail_ip_address_field.js
diff --git a/chrome/browser/resources/options/chromeos/internet_detail_ip_address_field.js b/chrome/browser/resources/options/chromeos/internet_detail_ip_address_field.js
index a5e4f6914bcf0187e7b5d7f79e22b2426fa1a3ae..cb87eb426d2b96a1143665ae6e4036237e5588ea 100644
--- a/chrome/browser/resources/options/chromeos/internet_detail_ip_address_field.js
+++ b/chrome/browser/resources/options/chromeos/internet_detail_ip_address_field.js
@@ -69,8 +69,8 @@ cr.define('options.internet', function() {
}
}
}
- return this.editField.validity.valid && matches != null &&
- rangeCorrect && matches.length == 5;
+ return this.editField.validity.valid && matches != null && rangeCorrect &&
+ matches.length == 5;
},
/** @override */

Powered by Google App Engine
This is Rietveld 408576698