Fix the java code style issue.
[aai/esr-server.git] / esr-mgr / src / main / java / org / onap / aai / esr / common / SystemStatus.java
index 26ce92f..c96884a 100644 (file)
@@ -16,5 +16,5 @@
 package org.onap.aai.esr.common;
 
 public enum SystemStatus {
 package org.onap.aai.esr.common;
 
 public enum SystemStatus {
-  normal,abnormal
+    normal, abnormal
 }
 }