| 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);
|
|
|