Skip to content

Commit

Permalink
Restyled by whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
panliming-tuya committed Dec 15, 2022
1 parent 37f760a commit 747645d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
* when device
* attestation fails, and the client can decide to continue or stop the
* commissioning.
*
*
* For example:
*
*
* <pre>
* // Continue commissioning
* deviceController.continueCommissioning(devicePtr, true)
*
*
* // Stop commissioning
* deviceController.continueCommissioning(devicePtr, true)
* </pre>
*
*
*/
public interface DeviceAttestationDelegate {

Expand Down

0 comments on commit 747645d

Please sign in to comment.