Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: mojom/mojom_parser/examples/example.mojom

Issue 1741963002: Auto-formatted all .mojom files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Switch to 80 char line length limit. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698