appease clippy

This commit is contained in:
Will Greenberg
2025-07-15 14:43:21 -07:00
committed by Cooper Quintin
parent 0585e0f996
commit 1a4deb7524
2 changed files with 6 additions and 5 deletions

View File

@@ -200,7 +200,7 @@ impl Harness {
return row;
}
};
return row;
row
}
pub fn analyze_qmdl_messages(&mut self, container: MessagesContainer) -> Vec<AnalysisRow> {