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

Unified Diff: components/proximity_auth/run_all_unittests.cc

Issue 604213002: [Clean-up] Run git cl format over the proximity_auth component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: components/proximity_auth/run_all_unittests.cc
diff --git a/components/proximity_auth/run_all_unittests.cc b/components/proximity_auth/run_all_unittests.cc
index 555da28ee1340bfe3c179e6c46312e251a1bc9ab..959989c9985d7c03acc5eaed5260200f44f7bd55 100644
--- a/components/proximity_auth/run_all_unittests.cc
+++ b/components/proximity_auth/run_all_unittests.cc
@@ -8,8 +8,8 @@
int main(int argc, char** argv) {
base::TestSuite test_suite(argc, argv);
- return base::LaunchUnitTests(argc,
- argv,
- base::Bind(&base::TestSuite::Run,
- base::Unretained(&test_suite)));
+ return base::LaunchUnitTests(
+ argc,
+ argv,
+ base::Bind(&base::TestSuite::Run, base::Unretained(&test_suite)));
}
« no previous file with comments | « components/proximity_auth/proximity_auth_system_unittest.cc ('k') | components/proximity_auth/wire_message.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698