refactor: make BrokerError::NotTrigger not be so large
modified src/bin/cib.rs
@@ -273,7 +273,6 @@ impl ProcessEventsCmd {
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified src/bin/cibtool.rs
@@ -240,7 +240,6 @@ enum RunSubCmd {
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified src/broker.rs
@@ -127,7 +127,6 @@ fn now() -> Result<String, time::error::Format> {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -151,7 +150,7 @@ pub enum BrokerError {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/queueproc.rs
@@ -170,7 +170,6 @@ impl QueueProcessor {
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified src/util.rs
@@ -89,7 +89,6 @@ pub fn now() -> Result<String, UtilError> {
|
|
|
|
|
|
| - | |
|
|
|
|
|