diff --git a/kmath-core/src/commonTest/kotlin/scientifik/kmath/operations/ComplexTest.kt b/kmath-core/src/commonTest/kotlin/scientifik/kmath/operations/ComplexTest.kt index e2132b75f..e8d698c70 100644 --- a/kmath-core/src/commonTest/kotlin/scientifik/kmath/operations/ComplexTest.kt +++ b/kmath-core/src/commonTest/kotlin/scientifik/kmath/operations/ComplexTest.kt @@ -35,4 +35,4 @@ internal class ComplexTest { assertEquals(Complex(42.toByte(), 0), 42.toByte().toComplex()) assertEquals(Complex(42.toShort(), 0), 42.toShort().toComplex()) } -} \ No newline at end of file +}