Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Unified Diff: mojo/services/nfc/interfaces/nfc.mojom

Issue 1741963002: Auto-formatted all .mojom files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/services/nfc/interfaces/nfc.mojom
diff --git a/mojo/services/nfc/interfaces/nfc.mojom b/mojo/services/nfc/interfaces/nfc.mojom
index 97bab7a7b073fa02786aa95547aa90969b3f8fce..3af9baf06c0fa70819fd782324ffad2e20ac7ab3 100644
--- a/mojo/services/nfc/interfaces/nfc.mojom
+++ b/mojo/services/nfc/interfaces/nfc.mojom
@@ -32,8 +32,7 @@ interface Nfc {
// (true) or not (false). If the Android device transmitted to does not have
// MojoShell installed it will be directed to the Play Store to download
// MojoShell.
- TransmitOnNextConnection(NfcData nfc_data, NfcTransmission&? transmission)
- => (bool success);
+ TransmitOnNextConnection(NfcData nfc_data, NfcTransmission&? transmission) => (bool success);
// Registers an app to receive nfc messages. Upon receiving an nfc message
// the app will be connected to. If the app exposes a NfcReceiver interface

Powered by Google App Engine
This is Rietveld 408576698