Skip to content

Commit 3b2c7fa

Browse files
fix formatting with mvn spotless:apply
1 parent b87bfb2 commit 3b2c7fa

File tree

1 file changed

+2
-5
lines changed
  • tensorflow-core/tensorflow-core-api/src/test/java/org/tensorflow/types

1 file changed

+2
-5
lines changed

tensorflow-core/tensorflow-core-api/src/test/java/org/tensorflow/types/TBoolTest.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ public void createCopy() {
6767

6868
TBool tensor = TBool.tensorOf(bools);
6969
assertNotNull(tensor);
70-
bools
71-
.scalars()
72-
.forEachIndexed((idx, s) -> assertEquals(s.getObject(), tensor.getObject(idx)));
70+
bools.scalars().forEachIndexed((idx, s) -> assertEquals(s.getObject(), tensor.getObject(idx)));
7371
}
7472

7573
@Test
@@ -155,5 +153,4 @@ public void setAndCompute() {
155153
}
156154
}
157155
}
158-
159-
}
156+
}

0 commit comments

Comments
 (0)