Code formatting
This commit is contained in:
@@ -27,7 +27,9 @@ impl Event {
|
||||
},
|
||||
Err(err) => Err(std::io::Error::other(err)),
|
||||
},
|
||||
_ => Err(std::io::Error::other("Error getting token")),
|
||||
_ => Err(std::io::Error::other(
|
||||
"Error getting Scheduled Message Event",
|
||||
)),
|
||||
},
|
||||
Err(err) => Err(std::io::Error::other(err.to_string())),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user