Skip to content

Commit f6a190a

Browse files
GeekMasherCopilot
andauthored
Update src/extractors.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8f818cc commit f6a190a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/extractors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ pub fn update_sarif(path: &PathBuf, extractor: String) -> Result<()> {
297297
}
298298

299299
// Serialize and write back to file
300-
let data = match serde_json::to_string_pretty(&sarif_json) {
300+
let data = match serde_json::to_string(&sarif_json) {
301301
Ok(json) => json,
302302
Err(e) => {
303303
log::error!("Failed to serialize updated SARIF JSON: {}", e);

0 commit comments

Comments
 (0)