| 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..ba3009b42affdfac6cc4f2437097db31dd4f65fe 100644
|
| --- a/mojo/services/nfc/interfaces/nfc.mojom
|
| +++ b/mojo/services/nfc/interfaces/nfc.mojom
|
| @@ -33,7 +33,7 @@ interface Nfc {
|
| // MojoShell installed it will be directed to the Play Store to download
|
| // MojoShell.
|
| TransmitOnNextConnection(NfcData nfc_data, NfcTransmission&? transmission)
|
| - => (bool success);
|
| + => (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
|
|
|