We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5db297 commit 353c12eCopy full SHA for 353c12e
substratevm/src/com.oracle.svm.driver/src/com/oracle/svm/driver/BundleSupport.java
@@ -648,7 +648,7 @@ private static Manifest createManifest() {
648
649
private static void printPathMapping(Map.Entry<Path, Path> entry, JsonWriter w) throws IOException {
650
w.append('{').quote(substitutionMapSrcField).append(" : ").quote(entry.getKey());
651
- w.append(", ").quote(substitutionMapDstField).append(" : ").quote(entry.getValue());
+ w.append(',').quote(substitutionMapDstField).append(':').quote(entry.getValue());
652
w.append('}');
653
}
654
0 commit comments