cleanup
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / src / main / java / eu / etaxonomy / taxeditor / editor / descriptiveDataSet / matrix / CategoricalDataHistogram.java
index 683488bea5ad1b3276bdaede2ea2e6b6edab9687..d2da9b755fa0dcd8c8e2ed33889670a4ce15369e 100644 (file)
@@ -31,7 +31,7 @@ public class CategoricalDataHistogram {
         this.states = new ArrayList<>();
         this.frequency = new Frequency();
         feature.getSupportedCategoricalEnumerations()
-        .forEach(voc->voc.getTerms()
+            .forEach(voc->voc.getTerms()
                 .forEach(state->states.add(state)));
     }