From f25b8508343ba3f5d21122d45d344fd5df51201b Mon Sep 17 00:00:00 2001 From: Stephen Gold Date: Sat, 2 Mar 2024 13:32:58 -0800 Subject: [PATCH] CustomEllipsoid: whitespace --- .../com/github/stephengold/shapes/custom/CustomEllipsoid.java | 1 - 1 file changed, 1 deletion(-) diff --git a/MinieExamples/src/main/java/com/github/stephengold/shapes/custom/CustomEllipsoid.java b/MinieExamples/src/main/java/com/github/stephengold/shapes/custom/CustomEllipsoid.java index 0ccae53f2..27ecae725 100644 --- a/MinieExamples/src/main/java/com/github/stephengold/shapes/custom/CustomEllipsoid.java +++ b/MinieExamples/src/main/java/com/github/stephengold/shapes/custom/CustomEllipsoid.java @@ -171,7 +171,6 @@ public Vector3f getHalfExtents(Vector3f storeResult) { } return result; - } // ************************************************************************* // CustomConvexShape methods