Skip to content

Commit

Permalink
style fix: AxisAlignedBoundingBox.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ssheorey committed Nov 14, 2023
1 parent 2bd40c0 commit 9019126
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/tests/t/geometry/AxisAlignedBoundingBox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ TEST_P(AxisAlignedBoundingBoxPermuteDevices, ConstructorNoArg) {
EXPECT_EQ(aabb.GetDevice(), core::Device("CPU:0"));

// Print Information.
EXPECT_EQ(aabb.ToString(), "AxisAlignedBoundingBox[[0 0 0] - [0 0 0], Float32, CPU:0]");
EXPECT_EQ(aabb.ToString(),
"AxisAlignedBoundingBox[[0 0 0] - [0 0 0], Float32, CPU:0]");
}

TEST_P(AxisAlignedBoundingBoxPermuteDevices, Constructor) {
Expand Down

0 comments on commit 9019126

Please sign in to comment.