Add newline

This commit is contained in:
Iaroslav Postovalov 2020-08-11 15:02:56 +07:00
parent df3bd8a07c
commit 8ab8864227
No known key found for this signature in database
GPG Key ID: 70D5F4DCB0972F1B

View File

@ -35,4 +35,4 @@ internal class ComplexTest {
assertEquals(Complex(42.toByte(), 0), 42.toByte().toComplex())
assertEquals(Complex(42.toShort(), 0), 42.toShort().toComplex())
}
}
}