Skip to content

Commit

Permalink
Refactor: remove additional space
Browse files Browse the repository at this point in the history
  • Loading branch information
axpoems committed Jul 14, 2024
1 parent 8512a63 commit 14c49cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ private static final class ActiveReactionMenuItem extends BisqMenuItem {
private ReactionItem reactionItem;
private ToggleReaction toggleReaction;

private ActiveReactionMenuItem(ReactionItem reactionItem, ToggleReaction toggleReaction) {
private ActiveReactionMenuItem(ReactionItem reactionItem, ToggleReaction toggleReaction) {
this(reactionItem.getIconId());

this.reactionItem = reactionItem;
Expand Down

0 comments on commit 14c49cb

Please sign in to comment.