diff --git a/crates/infrastructure/ug-parser/src/fetcher.rs b/crates/infrastructure/ug-parser/src/fetcher.rs index fa5eff6..ce2fb5e 100644 --- a/crates/infrastructure/ug-parser/src/fetcher.rs +++ b/crates/infrastructure/ug-parser/src/fetcher.rs @@ -11,6 +11,12 @@ impl UgTabFetcher { } } +impl Default for UgTabFetcher { + fn default() -> Self { + Self::new() + } +} + #[async_trait] impl TabFetcherPort for UgTabFetcher { async fn fetch(&self, source: TabSource) -> Result {