Beautify the code

This commit is contained in:
TeoV
2021-02-09 10:38:34 +02:00
committed by Dan Christian Bogos
parent 9090af6270
commit 328d6d1fcb

View File

@@ -209,8 +209,7 @@ func (rS *RateS) V1CostForEvent(args *utils.ArgsCostForEvent, rpCost *engine.Rat
err = utils.NewErrServerError(err)
}
return
} else {
*rpCost = *rcvCost
}
*rpCost = *rcvCost
return
}