mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-06 06:31:31 +00:00
chore(code): simple code cleanup
This commit is contained in:
@ -185,9 +185,9 @@ impl EventChannelProcessor {
|
||||
if self.flag.load(Ordering::Acquire) {
|
||||
break;
|
||||
}
|
||||
warn!("failed to process event channel notifications: {}", error);
|
||||
}
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user