style fix

This commit is contained in:
2025-09-20 16:00:30 +03:00
parent 1102cad390
commit f79350e609

View File

@@ -113,7 +113,6 @@ TEST(unit_test_unity_engine, CameraSetAndGetOrigin)
cam.set_field_of_view(omath::projection::FieldOfView::from_degrees(50.f)); cam.set_field_of_view(omath::projection::FieldOfView::from_degrees(50.f));
EXPECT_EQ(cam.get_field_of_view().as_degrees(), 50.f); EXPECT_EQ(cam.get_field_of_view().as_degrees(), 50.f);
} }
TEST(unit_test_unity_engine, loook_at_random_all_axis) TEST(unit_test_unity_engine, loook_at_random_all_axis)
{ {