Index: mojom/mojom_parser/examples/example.mojom |
diff --git a/mojom/mojom_parser/examples/example.mojom b/mojom/mojom_parser/examples/example.mojom |
index 984d0c8e74753fd6014530b51aaf619c55ec5d26..aac735108cb81a021b9e6162d4050e211e44afd2 100644 |
--- a/mojom/mojom_parser/examples/example.mojom |
+++ b/mojom/mojom_parser/examples/example.mojom |
@@ -5,7 +5,9 @@ |
module sample; |
enum EnumeratedValue { |
- VALUE1, VALUE2, VALUE3, |
+ VALUE1, |
+ VALUE2, |
+ VALUE3, |
}; |
struct StructuredData { |