Chromium Code Reviews| Index: mojo/public/interfaces/bindings/tests/test_enums.mojom |
| diff --git a/mojo/public/interfaces/bindings/tests/test_enums.mojom b/mojo/public/interfaces/bindings/tests/test_enums.mojom |
| index 1f77f6f446235f8e4270047c2b5ec6a703862167..0c009f869b0d9a5a5e4cd33135532042affca4f6 100644 |
| --- a/mojo/public/interfaces/bindings/tests/test_enums.mojom |
| +++ b/mojo/public/interfaces/bindings/tests/test_enums.mojom |
| @@ -2,7 +2,8 @@ |
| module mojo.test; |
| enum TestEnum { |
| - TEST = 0, V = 1, FOO = 2, BAR = 3 |
| + TEST = 0, |
| + V = 1, |
| + FOO = 2, |
| + BAR = 3, |
| }; |
| - |
| - |