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