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

Unified Diff: chrome/browser/resources/net_internals/log_util.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/net_internals/log_util.js
diff --git a/chrome/browser/resources/net_internals/log_util.js b/chrome/browser/resources/net_internals/log_util.js
index 40ac3b2ee3eed32355aeb01eed54be22d26516f9..623bc27ed2d3834d29d4b66c4f7828cb90b0449c 100644
--- a/chrome/browser/resources/net_internals/log_util.js
+++ b/chrome/browser/resources/net_internals/log_util.js
@@ -271,8 +271,5 @@ log_util = (function() {
}
// Exports.
- return {
- createLogDumpAsync: createLogDumpAsync,
- loadLogFile: loadLogFile
- };
+ return {createLogDumpAsync: createLogDumpAsync, loadLogFile: loadLogFile};
})();

Powered by Google App Engine
This is Rietveld 408576698