Skip to content

Commit

Permalink
Revert linebreak change in SketchMinerLinkCreator (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-ka authored Jul 9, 2021

Verified

This commit was signed with the committer’s verified signature.
SARDONYX-sard SARDONYX
1 parent c018076 commit 5c8751a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ public class SketchMinerLinkCreator {
public String createSketchMinerLink(Flow flow) {
String sketchMinerInput = new SketchMinerModelCreator().createText(flow);
return SKETCH_MINER_URL + LZString.compressToEncodedURIComponent(
"bpln:v1" + System.lineSeparator() + "--" + System.lineSeparator() + sketchMinerInput);
"bpln:v1\n--\n" + sketchMinerInput);
}

public String createSketchMinerLink(EObject flow) {

0 comments on commit 5c8751a

Please sign in to comment.