Formatting Code base with ktlint
[ccsdk/cds.git] / ms / sdclistener / application / src / main / java / org / onap / ccsdk / cds / sdclistener / controller / HealthCheck.java
index 4424575..39d03c5 100644 (file)
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.onap.ccsdk.cds.sdclistener.controller;
 
 import org.springframework.http.MediaType;
@@ -31,4 +32,5 @@ public class HealthCheck {
     Mono<String> ping() {
         return Mono.just("{\"status\":\"UP\"}");
     }
+
 }