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

Unified Diff: mojo/public/interfaces/bindings/tests/versioning_test_service.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/versioning_test_service.mojom
diff --git a/mojo/public/interfaces/bindings/tests/versioning_test_service.mojom b/mojo/public/interfaces/bindings/tests/versioning_test_service.mojom
index f840cd3240c48c9811f2371d7cd2920c96804de8..750e64c887d9e27f4fb41805a39bb358f9fa1ab5 100644
--- a/mojo/public/interfaces/bindings/tests/versioning_test_service.mojom
+++ b/mojo/public/interfaces/bindings/tests/versioning_test_service.mojom
@@ -10,7 +10,7 @@ module mojo.test.versioning;
enum Department {
SALES,
- DEV
+ DEV,
};
struct Date {
@@ -34,6 +34,5 @@ interface HumanResourceDatabase {
=> (Employee? employee, [MinVersion=1] array<uint8>? finger_print);
[MinVersion=1]
- AttachFingerPrint(uint64 id, array<uint8> finger_print)
- => (bool success);
+ AttachFingerPrint(uint64 id, array<uint8> finger_print) => (bool success);
};
« no previous file with comments | « mojo/public/interfaces/bindings/tests/versioning_test_client.mojom ('k') | mojo/public/interfaces/network/network_error.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698