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

Unified Diff: mojo/public/interfaces/bindings/tests/test_enums.mojom

Issue 1741963002: Auto-formatted all .mojom files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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: 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,
};
-
-

Powered by Google App Engine
This is Rietveld 408576698