Skip to content

Commit

Permalink
Fix strange docs error
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusElg committed Aug 11, 2024
1 parent e8a22bd commit 27d50af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import io.github.cottonmc.cotton.gui.client.ScreenDrawing;
import io.github.cottonmc.cotton.gui.widget.data.VerticalAlignment;
import io.github.cottonmc.cotton.gui.widget.data.HorizontalAlignment;

Check failure on line 9 in src/main/java/io/github/cottonmc/cotton/gui/widget/WDynamicLabel.java

View workflow job for this annotation

GitHub Actions / build

Wrong order for 'io.github.cottonmc.cotton.gui.widget.data.HorizontalAlignment' import.
import io.github.cottonmc.cotton.gui.impl.client.LibGuiConfig;

Check failure on line 10 in src/main/java/io/github/cottonmc/cotton/gui/widget/WDynamicLabel.java

View workflow job for this annotation

GitHub Actions / build

Wrong order for 'io.github.cottonmc.cotton.gui.impl.client.LibGuiConfig' import.
import io.github.cottonmc.cotton.gui.impl.client.TextAlignment;

import java.util.function.Supplier;
Expand Down

0 comments on commit 27d50af

Please sign in to comment.