Skip to content

Commit 6ece308

Browse files
committed
typo
1 parent 6a17c67 commit 6ece308

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/session.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ impl Session {
151151
Ok(())
152152
}
153153

154-
// Aly config.func on all reports
155154
fn process_reports(&self, reports: &Vec<Report>) -> Vec<Report> {
156155
if let Some(func) = self.config.func {
157156
reports.iter().map(|r| func(r.to_owned())).collect()

0 commit comments

Comments
 (0)