mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-22 19:41:03 +00:00
Run cargo fmt
This commit is contained in:
parent
a733ece26e
commit
ccbf2124cb
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ impl Actor for SearchActor {
|
|||
self.searcher
|
||||
.add_document(&conn.unwrap(), &post)
|
||||
.unwrap_or_else(|e| error!("{:?}", e));
|
||||
},
|
||||
}
|
||||
_ => {
|
||||
error!("Failed to get database connection");
|
||||
}
|
||||
|
@ -54,7 +54,7 @@ impl Actor for SearchActor {
|
|||
self.searcher
|
||||
.update_document(&conn.unwrap(), &post)
|
||||
.unwrap_or_else(|e| error!("{:?}", e));
|
||||
},
|
||||
}
|
||||
_ => {
|
||||
error!("Failed to get database connection");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue