Skip to content

Commit

Permalink
Restyled by google-java-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and joonhaengHeo committed Jun 18, 2024
1 parent 58a2240 commit d0823ad
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,12 @@ public void commissionDevice(
* ICDRegistrationInfo value.
*/
public void commissionDevice(
long deviceId, @Nullable byte[] csrNonce, @Nullable NetworkCredentials networkCredentials, @Nullable ICDRegistrationInfo icdRegistrationInfo) {
commissionDevice(deviceControllerPtr, deviceId, csrNonce, networkCredentials, icdRegistrationInfo);
long deviceId,
@Nullable byte[] csrNonce,
@Nullable NetworkCredentials networkCredentials,
@Nullable ICDRegistrationInfo icdRegistrationInfo) {
commissionDevice(
deviceControllerPtr, deviceId, csrNonce, networkCredentials, icdRegistrationInfo);
}

/**
Expand Down

0 comments on commit d0823ad

Please sign in to comment.