Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexroan committed Dec 12, 2024
1 parent d732986 commit a634653
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions aderyn_core/src/report/json_printer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,6 @@ pub struct JsonContent {

pub struct JsonPrinter;

/**
* JSON should mimick MD
{
"files_summary": {...},
"files_details": {...},
"issue_summary": {...},
"high_issues": {...},
...
}
*/

impl ReportPrinter<()> for JsonPrinter {
fn print_report<W: Write>(
&self,
Expand Down

0 comments on commit a634653

Please sign in to comment.