Skip to content

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Magolan committed Jul 17, 2020
1 parent d58418c commit c66d43c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -206,7 +206,7 @@ public void sendComment(boolean commentWithConsoleLinkOnFailure) {
*/
public boolean processHarbormaster(boolean sendPartialResults) {
MessageType messageType;
if (this.sendPartialResults) {
if (sendPartialResults) {
messageType = MessageType.work;
} else if (getBuildResult().isBetterOrEqualTo(Result.SUCCESS)) {
messageType = MessageType.pass;
Expand Down

0 comments on commit c66d43c

Please sign in to comment.