Index: mojo/public/cpp/application/tests/BUILD.gn |
diff --git a/mojo/public/cpp/application/tests/BUILD.gn b/mojo/public/cpp/application/tests/BUILD.gn |
index 61678abb6918c4aa22c715732b8dd9e6d3724ff9..64c477e3ac73f937c419dec78dc51545b0ba1005 100644 |
--- a/mojo/public/cpp/application/tests/BUILD.gn |
+++ b/mojo/public/cpp/application/tests/BUILD.gn |
@@ -13,5 +13,7 @@ test("mojo_public_application_unittests") { |
"//testing/gtest", |
] |
- sources = [ "service_registry_unittest.cc" ] |
+ sources = [ |
+ "service_registry_unittest.cc", |
+ ] |
} |