AAI-1523 Batch reformat aai-schema-ingest
[aai/aai-common.git] / aai-schema-ingest / src / main / java / org / onap / aai / edges / exceptions / EdgeIngestorException.java
index 96fd65c..cbd7aac 100644 (file)
@@ -25,7 +25,7 @@ public class EdgeIngestorException extends Exception {
         super(msg);
     }
 
-    public EdgeIngestorException(Throwable throwable){
+    public EdgeIngestorException(Throwable throwable) {
         super(throwable);
     }
 }