Skip to content

Commit

Permalink
Fix misplaced character in tool book page
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMiner committed May 20, 2024
1 parent 988d846 commit 5048442
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public void load() {

@Override
public void build(BookData book, ArrayList<BookElement> list, boolean brightSide) {
this.addTitle(list, getTitle());s
this.addTitle(list, getTitle());

int padding = 5;

Expand Down

0 comments on commit 5048442

Please sign in to comment.