Skip to content

Commit

Permalink
delete white space
Browse files Browse the repository at this point in the history
  • Loading branch information
bjosel committed Mar 13, 2024
1 parent 5585114 commit cd123b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public WorkflowStepResult run(WorkflowContext context) {
return new Pending();
} else {
String responseBody = mtd.getResponseBodyAsString();
this.rollback(context, null);
this.rollback(context, null);
return new Failure("Error communicating with server. Server response: " + responseBody + " (" + responseStatus + ").");
}

Expand Down

0 comments on commit cd123b1

Please sign in to comment.