Merge pull request #1127 from corda/kat-removeBadWhitespace

Remove spurious comment line
This commit is contained in:
Katelyn Baker 2017-07-27 13:16:03 +01:00 committed by GitHub
commit dabbb0037f

View File

@ -43,6 +43,3 @@ open class AmqpCarpenterBase {
fun testName() = Thread.currentThread().stackTrace[2].methodName
inline fun classTestName(clazz: String) = "${this.javaClass.name}\$${testName()}\$$clazz"
}
/**********************************************************************************************************************/