Skip to content

Commit f549064

Browse files
committed
linter
1 parent 4c038e2 commit f549064

File tree

1 file changed

+1
-2
lines changed
  • extension/android/executorch_android/src/main/java/org/pytorch/executorch

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,8 +651,7 @@ public DType dtype() {
651651

652652
@Override
653653
public String toString() {
654-
return String.format(
655-
"Unsupported tensor(%s, dtype=%d)", Arrays.toString(shape), this.mDtype);
654+
return String.format("Unsupported tensor(%s, dtype=%d)", Arrays.toString(shape), this.mDtype);
656655
}
657656
}
658657

0 commit comments

Comments
 (0)