Fix SonarQube Violations
[cps.git] / cps-ncmp-rest / src / test / groovy / org / onap / cps / ncmp / rest / util / TopicValidatorSpec.groovy
index e626e15..15e2c1c 100644 (file)
@@ -43,5 +43,4 @@ class TopicValidatorSpec extends Specification {
             'blank topic'             | ' '
             'invalid non empty topic' | '1_5_*_#'
     }
-
 }