From d83013ef2d697254a0bc0f195080e4416d90fdc0 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Fri, 20 Dec 2024 15:49:33 +0000 Subject: [PATCH] Run `cargo fmt`, properly --- src/admin/media/mod.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/admin/media/mod.rs b/src/admin/media/mod.rs index d89947287..5a95b9feb 100644 --- a/src/admin/media/mod.rs +++ b/src/admin/media/mod.rs @@ -26,10 +26,10 @@ pub(super) enum MediaCommand { /// filesystem. This will always ignore errors. DeleteList, - /// - Deletes all remote (and optionally local) media created before or after - /// [duration] time using filesystem metadata first created at date, - /// or fallback to last modified date. - /// This will always ignore errors by default. + /// - Deletes all remote (and optionally local) media created before or + /// after [duration] time using filesystem metadata first created at date, + /// or fallback to last modified date. This will always ignore errors by + /// default. DeletePastRemoteMedia { /// - The relative time (e.g. 30s, 5m, 7d) within which to search duration: String,