[util] Añade indoc para indentar código bien

This commit is contained in:
Manuel Cillero 2025-09-12 01:13:17 +02:00
parent e3ca6079ff
commit 940e6aaf18
4 changed files with 75 additions and 63 deletions

View file

@ -138,7 +138,7 @@ pub type Weight = i8;
// API *********************************************************************************************
// Funciones y macros útiles.
// Macros y funciones útiles.
pub mod util;
// Carga las opciones de configuración.
pub mod config;