🚨 Aplica retoques por ejecución de clippy

This commit is contained in:
Manuel Cillero 2025-07-08 20:57:39 +02:00
parent 3bb2355b4f
commit efc4839613
3 changed files with 12 additions and 8 deletions

View file

@ -11,6 +11,12 @@ use std::sync::LazyLock;
pub struct Application;
impl Default for Application {
fn default() -> Self {
Self::new()
}
}
impl Application {
/// Crea una instancia de la aplicación.
pub fn new() -> Self {