From fa41623197514195b695b5ecc05945ec9c4e8a63 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 4 Nov 2024 20:31:44 +0100 Subject: style(yt/main): Use consistent use qualifications --- yt/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt/src/main.rs b/yt/src/main.rs index 2049183..3833b79 100644 --- a/yt/src/main.rs +++ b/yt/src/main.rs @@ -210,7 +210,7 @@ async fn main() -> Result<()> { Command::Database { command } => match command { CacheCommand::Invalidate { hard } => invalidate(&app, hard).await?, - CacheCommand::Maintain { all } => cache::maintain(&app, all).await?, + CacheCommand::Maintain { all } => maintain(&app, all).await?, }, Command::Check { command } => match command { -- cgit 1.4.1