Skip to content

Commit

Permalink
Correct style issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Nov 26, 2023
1 parent 5f3a18d commit ddb4158
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

package com.io7m.jsycamore.api.components;

import com.io7m.jattribute.core.AttributeReadableType;

/**
* Read-only access to scrollbars.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import com.io7m.jregions.core.parameterized.areas.PAreasI;
import com.io7m.jsycamore.api.components.SyComponentReadableType;
import com.io7m.jsycamore.api.components.SyTextAreaReadableType;
import com.io7m.jsycamore.api.rendering.SyEmbossedRectangle;
import com.io7m.jsycamore.api.rendering.SyRenderNodeComposite;
import com.io7m.jsycamore.api.rendering.SyRenderNodeNoop;
import com.io7m.jsycamore.api.rendering.SyRenderNodeShape;
Expand All @@ -33,10 +32,6 @@
import java.util.Optional;

import static com.io7m.jsycamore.theme.primal.internal.SyPrimalValues.BUTTON_PRESSED;
import static com.io7m.jsycamore.theme.primal.internal.SyPrimalValues.EMBOSS_EAST;
import static com.io7m.jsycamore.theme.primal.internal.SyPrimalValues.EMBOSS_NORTH;
import static com.io7m.jsycamore.theme.primal.internal.SyPrimalValues.EMBOSS_SOUTH;
import static com.io7m.jsycamore.theme.primal.internal.SyPrimalValues.EMBOSS_WEST;
import static com.io7m.jsycamore.theme.primal.internal.SyPrimalValues.PRIMARY_EDGE;

/**
Expand Down

0 comments on commit ddb4158

Please sign in to comment.