]> Untitled Git - lemmy.git/blobdiff - crates/api_crud/src/comment/read.rs
Some formatting
[lemmy.git] / crates / api_crud / src / comment / read.rs
index ceed00959c1fd7de740b0dcf6c38135aa72fd1d0..f82b97481844eab8c314ebb2dd339662b87fa906 100644 (file)
@@ -1,6 +1,11 @@
 use crate::PerformCrud;
 use actix_web::web::Data;
-use lemmy_api_common::{blocking, comment::*, get_local_user_view_from_jwt_opt, user_show_bot_accounts};
+use lemmy_api_common::{
+  blocking,
+  comment::*,
+  get_local_user_view_from_jwt_opt,
+  user_show_bot_accounts,
+};
 use lemmy_db_queries::{from_opt_str_to_opt_enum, ListingType, SortType};
 use lemmy_db_views::comment_view::CommentQueryBuilder;
 use lemmy_utils::{ApiError, ConnectionId, LemmyError};