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