Skip to content

Commit 49a5965

Browse files
committed
Fix package structure
1 parent 7c8f3f3 commit 49a5965

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

common/src/test/kotlin/RotationTest.kt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717

18-
package com.lambda.interaction.request.rotation
19-
18+
import com.lambda.interaction.request.rotation.Rotation
2019
import com.lambda.interaction.request.rotation.Rotation.Companion.angleDifference
2120
import com.lambda.interaction.request.rotation.Rotation.Companion.dist
2221
import com.lambda.interaction.request.rotation.Rotation.Companion.lerp
@@ -25,10 +24,7 @@ import kotlin.test.Test
2524
import kotlin.test.assertEquals
2625
import kotlin.test.assertTrue
2726
import kotlin.test.assertFalse
28-
import kotlin.math.abs
2927
import kotlin.math.hypot
30-
import net.minecraft.util.math.Vec3d
31-
import net.minecraft.util.math.MathHelper
3228

3329
/**
3430
* Tests for the Rotation class

0 commit comments

Comments
 (0)