Skip to content

Commit c82c624

Browse files
author
Haiting Pu
committed
Fix the code format
1 parent 05675ee commit c82c624

File tree

3 files changed

+440
-451
lines changed

3 files changed

+440
-451
lines changed

extension/android/executorch_android/src/main/java/org/pytorch/executorch/Tensor.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,9 @@ public byte[] getDataAsByteArray() {
394394
*/
395395
public byte[] getDataAsUnsignedByteArray() {
396396
throw new IllegalStateException(
397-
"Tensor of type " + getClass().getSimpleName() + " cannot return data as unsigned byte array.");
397+
"Tensor of type "
398+
+ getClass().getSimpleName()
399+
+ " cannot return data as unsigned byte array.");
398400
}
399401

400402
/**

0 commit comments

Comments
 (0)