Skip to content

Commit

Permalink
Update format
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Oct 15, 2024
1 parent 4ee1605 commit d61650a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ public void postConstruct() {
}

var pluginInfo = plugin.pluginInfo();
builder.append("| `%s` | `%s` | `%s` | `%s` | `%s` |\n".formatted(pluginInfo.id(), pluginInfo.version(), pluginInfo.author(), pluginInfo.license(), pluginInfo.description()));
builder.append("| `%s` | %s | %s | %s |\n".formatted(pluginInfo.id(), pluginInfo.description(), pluginInfo.author(), pluginInfo.license()));
}
c.getSource().sendInfo(builder.toString());

Expand Down

0 comments on commit d61650a

Please sign in to comment.