Skip to content

Commit

Permalink
Apply spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
soerendomroes authored and EhsanKhodadad committed Aug 21, 2024
1 parent 9d48a70 commit 2e6669d
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@
import de.cau.cs.kieler.klighd.krendering.extensions.KRenderingExtensions;
import de.cau.cs.kieler.klighd.labels.decoration.IDecoratorRenderingProvider;
import de.cau.cs.kieler.klighd.labels.decoration.LabelDecorationConfigurator;

import java.util.Arrays;
import java.util.List;
import org.eclipse.elk.core.math.ElkPadding;
import org.eclipse.elk.graph.properties.Property;
Expand Down Expand Up @@ -83,9 +81,7 @@ public class LinguaFrancaStyleExtensions extends AbstractSynthesisExtensions {
public static final String SELECTION_HIGHLIGHTING_COLOR_LABEL = "Selection Coloring";

public static final SynthesisOption SELECTION_HIGHLIGHTING_COLOR =
SynthesisOption.createCheckOption(
SELECTION_HIGHLIGHTING_COLOR_LABEL,
false)
SynthesisOption.createCheckOption(SELECTION_HIGHLIGHTING_COLOR_LABEL, false)
.setCategory(LinguaFrancaSynthesis.APPEARANCE);

public KRendering noSelectionStyle(KRendering r) {
Expand Down

0 comments on commit 2e6669d

Please sign in to comment.