Skip to content

Commit

Permalink
Update MergeYaml constructor (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
jevanlingen authored Feb 18, 2025
1 parent 3d03548 commit 56e945c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ private MergeYaml createMergeYamlVisitor() {
} else {
yaml.append(" ").append(value);
}
return new MergeYaml("$", yaml.toString(), true, null, null, null);
return new MergeYaml("$", yaml.toString(), true, null, null, null, null);
}

private static final Pattern scalarNeedsAQuote = Pattern.compile("[^a-zA-Z\\d\\s]+");
Expand Down

0 comments on commit 56e945c

Please sign in to comment.