Index: mojo/public/interfaces/bindings/tests/serialization_test_structs.mojom |
diff --git a/mojo/public/interfaces/bindings/tests/serialization_test_structs.mojom b/mojo/public/interfaces/bindings/tests/serialization_test_structs.mojom |
index f51c197fc24211de59950f2c481c21e6a7f72f36..1239e163cb8caa348979dd39a8310d0d8e9597be 100644 |
--- a/mojo/public/interfaces/bindings/tests/serialization_test_structs.mojom |
+++ b/mojo/public/interfaces/bindings/tests/serialization_test_structs.mojom |
@@ -3,7 +3,7 @@ |
// found in the LICENSE file. |
[JavaPackage="org.chromium.mojo.bindings.test.mojom.mojo"] |
-module mojo.test { |
+module mojo.test; |
struct Struct1 { |
uint8 i; |
@@ -34,5 +34,3 @@ struct StructOfNullables { |
Struct1? struct_1; |
string? str; |
}; |
- |
-} |