Skip to content

Commit faae9ed

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
1 parent 7f7adb7 commit faae9ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/taurus/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fn handle_message(
4242
None => Context::default(),
4343
};
4444

45-
if flow.node_functions.len() == 0 {
45+
if flow.node_functions.is_empty() {
4646
let duration_millis = start.elapsed().as_millis() as i64;
4747
return (
4848
Signal::Failure(RuntimeError::simple_str(

0 commit comments

Comments
 (0)