Code review: Whitespace

This commit is contained in:
Christian Sailer 2017-11-30 09:23:06 +00:00
parent f84be2a86b
commit 9e2783732f

View File

@ -60,7 +60,7 @@ class CashIssueSampler : AbstractSampler() {
* via P2P
*/
class CashIssueAndPaySampler : AbstractSampler() {
companion object JMeterProperties{
companion object JMeterProperties {
val otherParty = Argument("otherPartyName", "", "<meta>", "The X500 name of the payee.")
}