Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
edeandrea committed Jul 19, 2024
1 parent 0d37b12 commit 6466da5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ private void printTableRow(Pair<Path, JavaClassSource> pair) {
String linkToClass = String.format("%s[`%s`, window=\"_blank\"]", link, className);

out.println(String.format("\n\na|%s %s\n[.description]\n--\n%s\n-- a|%s",
baseBuildItemText,
baseBuildItemText,
linkToClass,
javadocToAsciidoc(description),
attributes));
Expand Down

0 comments on commit 6466da5

Please sign in to comment.