Skip to content

Commit

Permalink
code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hhund committed Oct 16, 2023
1 parent a208bed commit 2d5d2e7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ public void writeHtml(URI resourceUri, Task task, OutputStreamWriter out) throws
if (draft)
{
out.write("<div class=\"row row-submit\" name=\"submit-row\">\n");
out.write("<button id=\"start-process\" type=\"button\" name=\"submit\" class=\"submit\">Start Process</button>\n");
out.write(
"<button id=\"start-process\" type=\"button\" name=\"submit\" class=\"submit\">Start Process</button>\n");
out.write("</div>\n");
}

Expand Down

0 comments on commit 2d5d2e7

Please sign in to comment.