Fix up formatting issues

This commit is contained in:
Brian Norman
2021-04-04 17:58:05 -05:00
parent ce119c9d92
commit 8d73179c89
4 changed files with 37 additions and 32 deletions
@@ -130,7 +130,8 @@ class PowerAssertTest {
| |
| Jane
Hello, Jane
""".trimIndent())
""".trimIndent()
)
}
@Test
@@ -146,6 +147,7 @@ class PowerAssertTest {
| |
| Jane
Hello, Jane
""".trimIndent())
""".trimIndent()
)
}
}