From 8ab88642276d4a8685c379406d3fa0ee609fc09d Mon Sep 17 00:00:00 2001 From: Iaroslav Postovalov Date: Tue, 11 Aug 2020 15:02:56 +0700 Subject: [PATCH] Add newline --- .../kotlin/scientifik/kmath/operations/ComplexTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}