[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-08-23 06:45:54 +00:00
committed by GitHub
parent 7a421cb4bb
commit 75bb5da560
5 changed files with 248 additions and 232 deletions

View File

@@ -224,7 +224,7 @@ pub fn parseJSON(
}
ptr.sources_content = content_slice;
}
break :map ptr;
} else null;
errdefer if (map) |m| m.deref();