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

Unified Diff: mojo/public/interfaces/bindings/tests/versioning_test_client.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_client.mojom
diff --git a/mojo/public/interfaces/bindings/tests/versioning_test_client.mojom b/mojo/public/interfaces/bindings/tests/versioning_test_client.mojom
index a1f0754c5d411e90b35aa9ef3a7024cec53b037d..6cc7e1c977178461c1bc8dcd271c406056a469ec 100644
--- a/mojo/public/interfaces/bindings/tests/versioning_test_client.mojom
+++ b/mojo/public/interfaces/bindings/tests/versioning_test_client.mojom
@@ -11,7 +11,7 @@ module mojo.test.versioning;
enum Department {
SALES,
- DEV
+ DEV,
};
struct Employee {
@@ -28,8 +28,7 @@ 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);
[MinVersion=2]
ListEmployeeIds() => (array<uint64>? ids);

Powered by Google App Engine
This is Rietveld 408576698