Skip to content

Commit 8a37b07

Browse files
authored
style fix: AxisAlignedBoundingBox.cpp
1 parent 2bd40c0 commit 8a37b07

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cpp/tests/t/geometry/AxisAlignedBoundingBox.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ TEST_P(AxisAlignedBoundingBoxPermuteDevices, ConstructorNoArg) {
5151
EXPECT_EQ(aabb.GetDevice(), core::Device("CPU:0"));
5252

5353
// Print Information.
54-
EXPECT_EQ(aabb.ToString(), "AxisAlignedBoundingBox[[0 0 0] - [0 0 0], Float32, CPU:0]");
54+
EXPECT_EQ(aabb.ToString(),
55+
"AxisAlignedBoundingBox[[0 0 0] - [0 0 0], Float32, CPU:0]");
5556
}
5657

5758
TEST_P(AxisAlignedBoundingBoxPermuteDevices, Constructor) {

0 commit comments

Comments
 (0)