| Index: examples/echo/echo_service.mojom
|
| diff --git a/examples/echo/echo_service.mojom b/examples/echo/echo_service.mojom
|
| index 6e23c6d4247e74a561526ffbce438e22967fd8f0..561c25eb39d3cb6c58e2f4d9948f8278dfdf01fe 100644
|
| --- a/examples/echo/echo_service.mojom
|
| +++ b/examples/echo/echo_service.mojom
|
| @@ -2,10 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -module mojo.examples {
|
| +module mojo.examples;
|
|
|
| interface EchoService {
|
| EchoString(string? value) => (string? value);
|
| };
|
| -
|
| -}
|
|
|