Index: mojo/converters/surfaces/tests/BUILD.gn |
diff --git a/mojo/converters/surfaces/tests/BUILD.gn b/mojo/converters/surfaces/tests/BUILD.gn |
index 4f09c5cc7484da126c6f4008c1696b0c5b09b2a9..0de66f82d27963e20621851264b194a62c495115 100644 |
--- a/mojo/converters/surfaces/tests/BUILD.gn |
+++ b/mojo/converters/surfaces/tests/BUILD.gn |
@@ -23,5 +23,7 @@ test("mojo_surfaces_lib_unittests") { |
"//ui/gfx:test_support", |
] |
- sources = [ "surface_unittest.cc" ] |
+ sources = [ |
+ "surface_unittest.cc", |
+ ] |
} |