Skip to content

Commit

Permalink
style: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuru committed Apr 4, 2024
1 parent 44c8e08 commit 673f282
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -617,9 +617,11 @@ async fn on_room_message(event: OriginalSyncRoomMessageEvent, room: Room) {
};
room.send(content).await.unwrap();
} else {
room.send(RoomMessageEventContent::text_plain(".error: Failed to generate response"))
.await
.unwrap();
room.send(RoomMessageEventContent::text_plain(
".error: Failed to generate response",
))
.await
.unwrap();
}
}
}
Expand Down

0 comments on commit 673f282

Please sign in to comment.