AAI-1523 Batch reformat aai-core
[aai/aai-common.git] / aai-core / src / main / java / org / onap / aai / serialization / queryformats / SubGraphStyle.java
index 95cbbf4..fb2e624 100644 (file)
  * limitations under the License.
  * ============LICENSE_END=========================================================
  */
+
 package org.onap.aai.serialization.queryformats;
 
 public enum SubGraphStyle {
-       star,
-       prune,
-       no_op
+    star, prune, no_op
 }