refactor: rename a function

This commit is contained in:
utox39
2025-09-10 14:29:14 +02:00
parent f4a8c962e6
commit 3214725e58
2 changed files with 2 additions and 2 deletions

View File

@@ -70,5 +70,5 @@ pub fn main() !void {
}
}
try ascii.printAscii(allocator, config.getAsciiPath(conf), modules_list);
try ascii.printAsciiAndModules(allocator, config.getAsciiPath(conf), modules_list);
}