Explorar o código

Remove accidental white space

Chaitanya Asawa %!s(int64=8) %!d(string=hai) anos
pai
achega
5e64b96df5
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      src/math/Sphere.js

+ 1 - 2
src/math/Sphere.js

@@ -104,14 +104,13 @@ Object.assign( Sphere.prototype, {
 		return box.intersectsSphere( this );
 
 	},
-	
+
 	intersectsPlane: function ( plane ) {
 
 		return Math.abs( plane.distanceToPoint( this.center ) ) <= this.radius;
 
 	},
 
-
 	clampPoint: function ( point, optionalTarget ) {
 
 		var deltaLengthSq = this.center.distanceToSquared( point );