Skip to content

Commit

Permalink
Merge branch 'wso2:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ImalshaG authored Mar 26, 2024
2 parents 83d3053 + b629d16 commit 84ab8e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,6 @@ private String toIndentedString(Object o) {
if (o == null) {
return "null";
}
return o.toString().replace("\n", "\n");
return o.toString();
}
}

0 comments on commit 84ab8e8

Please sign in to comment.