Index: mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom |
diff --git a/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom b/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom |
index 93393b014016cb87e01f201549837212aeacdea9..290b792e05c70013f46c3e4b0d0d37be988ffda3 100644 |
--- a/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom |
+++ b/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom |
@@ -4,7 +4,7 @@ |
[JavaPackage="org.chromium.mojo.bindings.test.mojom.mojo"] |
-module mojo.test { |
+module mojo.test; |
struct StructA { |
uint64 i; |
@@ -58,5 +58,3 @@ interface IntegrationTestInterface1 { |
interface IntegrationTestInterface2 { |
Method0() => (array<uint8> param0); |
}; |
- |
-} |