Index: mojo/public/interfaces/bindings/interface_control_messages.mojom |
diff --git a/mojo/public/interfaces/bindings/interface_control_messages.mojom b/mojo/public/interfaces/bindings/interface_control_messages.mojom |
index 10bd269696783dac1cab6380b6face78ca6c5e1c..69524ecc76a803bd62065ad33e96628d063ab255 100644 |
--- a/mojo/public/interfaces/bindings/interface_control_messages.mojom |
+++ b/mojo/public/interfaces/bindings/interface_control_messages.mojom |
@@ -2,7 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-[DartPackage="mojo", JavaPackage="org.chromium.mojo.bindings"] |
+[DartPackage="mojo", |
+ JavaPackage="org.chromium.mojo.bindings"] |
module mojo; |
// For each message pipe representing a user-defined interface, some control |
@@ -52,8 +53,7 @@ struct RunResponseMessageParams { |
}; |
// Queries the max supported version of the user-defined interface. |
-struct QueryVersion { |
-}; |
+struct QueryVersion {}; |
struct QueryVersionResult { |
uint32 version; |
}; |