Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add a newline so the heading isn't part of the table
  • Loading branch information
jaredlll08 committed Apr 27, 2021
1 parent 8abbb54 commit 63d9c5a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -41,6 +41,7 @@ protected void writeProperties(PrintWriter writer) {
for(PropertyMember value : properties.values()) {
value.writeTableRow(writer);
}
writer.println();
}

public void addProperty(PropertyMember propertyMember) {
Expand Down

0 comments on commit 63d9c5a

Please sign in to comment.