Skip to content

Commit 1cccbc2

Browse files
restyled-commitsyunhanw-google
authored andcommitted
Restyled by google-java-format
1 parent 364bf36 commit 1cccbc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/controller/java/src/chip/devicecontroller/DeviceAttestationDelegate.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ public interface DeviceAttestationDelegate {
3131
* @param attestationInfo Attestation information for the device, null is errorCode is 0.
3232
* @param errorCode Error code on attestation failure. 0 if succeed.
3333
*/
34-
void onDeviceAttestationCompleted(long devicePtr, AttestationInfo attestationInfo, long errorCode);
34+
void onDeviceAttestationCompleted(
35+
long devicePtr, AttestationInfo attestationInfo, long errorCode);
3536
}

0 commit comments

Comments
 (0)