Skip to content

Commit

Permalink
Run cargo fmt, properly
Browse files Browse the repository at this point in the history
  • Loading branch information
nexy7574 committed Dec 20, 2024
1 parent 5fcef28 commit d83013e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/admin/media/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d83013e

Please sign in to comment.