upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/grasp-audit/src/probe.rs
diff options
context:
space:
mode:
Diffstat (limited to 'grasp-audit/src/probe.rs')
-rw-r--r--grasp-audit/src/probe.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/grasp-audit/src/probe.rs b/grasp-audit/src/probe.rs
index be14fc3..7158d42 100644
--- a/grasp-audit/src/probe.rs
+++ b/grasp-audit/src/probe.rs
@@ -120,7 +120,7 @@ impl ProbeReport {
120 .collect(), 120 .collect(),
121 ..self.clone() 121 ..self.clone()
122 }; 122 };
123 println!("{}", serde_json::to_string_pretty(&filtered).unwrap()); 123 println!("{}", serde_json::to_string(&filtered).unwrap());
124 } 124 }
125} 125}
126 126