]> Untitled Git - lemmy.git/blobdiff - lemmy_apub/src/inbox/user_inbox.rs
Merge remote-tracking branch 'origin/split-db-workspace' into move_views_to_diesel_split
[lemmy.git] / lemmy_apub / src / inbox / user_inbox.rs
index 1c23a691bd5d93b9ec30c8734d90932089563f9b..a9ca4b9444a938c8861a222c05043f8c865ea87d 100644 (file)
@@ -393,5 +393,5 @@ async fn find_community_or_private_message_by_id(
     return Ok(CommunityOrPrivateMessage::PrivateMessage(p));
   }
 
-  return Err(NotFound.into());
+  Err(NotFound.into())
 }