Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonbaeten committed Jun 19, 2023
1 parent de9d40c commit 6e3283c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions backend/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,7 @@ mod test {
Ok(mails)
}


async fn test_receive_messages() -> Result<(), Box<dyn std::error::Error>>
{
async fn test_receive_messages() -> Result<(), Box<dyn std::error::Error>> {
send_message(true, true, false)?;
send_message(true, false, false)?;
send_message(false, true, true)?;
Expand Down

0 comments on commit 6e3283c

Please sign in to comment.