Skip to content

Commit

Permalink
Add newline before link in phab comments (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
sweenzor authored and kageiit committed Oct 6, 2018
1 parent e1a7507 commit e4d7c90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ boolean hasComment() {
* Add a build link to the comment
*/
void addBuildLink() {
comment.append(String.format(" %s for more details.", buildURL));
comment.append(String.format("\nSee %s for more details.", buildURL));
}

/**
Expand Down

0 comments on commit e4d7c90

Please sign in to comment.