From c798b851dcbd1bb61237e2df37a3132908c89b06 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Wed, 3 Jun 2026 10:14:53 +0200 Subject: [PATCH] fmt --- crates/presentation/src/handlers/html.rs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/crates/presentation/src/handlers/html.rs b/crates/presentation/src/handlers/html.rs index 7d290cc..56bb640 100644 --- a/crates/presentation/src/handlers/html.rs +++ b/crates/presentation/src/handlers/html.rs @@ -42,10 +42,11 @@ use application::ports::HtmlPageContext; use domain::models::ExportFormat; use domain::{errors::DomainError, value_objects::UserId}; use template_askama::{ - ActivityFeedTemplate, EmbedProfileTemplate, IntegrationsTemplate, LoginTemplate, MonthlyRatingRow, - MovieDetailTemplate, NewReviewTemplate, ProfileSettingsTemplate, ProfileTemplate, - RegisterTemplate, RemoteActorData, RemoteActorDisplay, UserSummaryView, UsersTemplate, - WatchQueueTemplate, WatchlistTemplate, bar_height_px, build_heatmap, build_page_items, + ActivityFeedTemplate, EmbedProfileTemplate, IntegrationsTemplate, LoginTemplate, + MonthlyRatingRow, MovieDetailTemplate, NewReviewTemplate, ProfileSettingsTemplate, + ProfileTemplate, RegisterTemplate, RemoteActorData, RemoteActorDisplay, UserSummaryView, + UsersTemplate, WatchQueueTemplate, WatchlistTemplate, bar_height_px, build_heatmap, + build_page_items, }; #[cfg(feature = "federation")] use template_askama::{