Formatting

This commit is contained in:
Sushant 2019-02-14 23:40:01 +01:00
parent b275ab2e83
commit 74e52749d4
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class StringComparisonUnitTest {
@Test
fun `compare using equals operator`() {
val first = "kotlin"
val first = "kotlin"
val second = "kotlin"
val firstCapitalized = "KOTLIN"
assertTrue { first == second }