Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
austbot committed Dec 3, 2022
1 parent 711f900 commit 7d5e894
Show file tree
Hide file tree
Showing 8 changed files with 1,617 additions and 1,250 deletions.
2 changes: 1 addition & 1 deletion plerkle_messenger/src/redis_messenger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ impl Messenger for RedisMessenger {
//pub async fn new(stream_key: &'static str) -> Result<Self> {
async fn new(config: MessengerConfig) -> Result<Self, MessengerError> {
let uri = config
.get(&*REDIS_CON_STR)
.get(REDIS_CON_STR)
.and_then(|u| u.clone().into_string())
.ok_or(MessengerError::ConfigurationError {
msg: format!("Connection String Missing: {}", REDIS_CON_STR),
Expand Down
Loading

0 comments on commit 7d5e894

Please sign in to comment.