Skip to content

Commit

Permalink
Delete line
Browse files Browse the repository at this point in the history
  • Loading branch information
wssheldon committed Mar 10, 2024
1 parent f7954ea commit aa3e2ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/virustotal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ where
),
Style::default().add_modifier(Modifier::BOLD),
)]));


// Comments with new lines need to be split and handled as a new span per line
let lines = comment.attributes.text.split('\n').collect::<Vec<&str>>();
Expand Down

0 comments on commit aa3e2ff

Please sign in to comment.