Chromium Code Reviews| Index: tools/gn/format_test_data/007.golden |
| diff --git a/tools/gn/format_test_data/007.golden b/tools/gn/format_test_data/007.golden |
| index 2d2b4c1fc5ce184ee833c1539cdd2b610b8cb3fc..610fa3fead58d17df4a6302683889649a46f6d4d 100644 |
| --- a/tools/gn/format_test_data/007.golden |
| +++ b/tools/gn/format_test_data/007.golden |
| @@ -1,5 +1,7 @@ |
| executable("test") { |
| - sources = [ "a.cc" ] |
| + sources = [ |
| + "a.cc", |
| + ] |
| # This is an unusual comment that's a header for the stuff that comes after |
| # it. We want to make sure that it's not connected to the next element in |