clang-format
This commit is contained in:
2025-07-23 20:55:50 +02:00
parent d33c1f5dc5
commit ec008ef5dd
61 changed files with 308 additions and 253 deletions

View File

@@ -18,8 +18,8 @@ enum class Code {
* @brief Estructura que asocia un código de dificultad con su nombre traducible.
*/
struct Info {
Code code;
std::string name;
Code code;
std::string name;
};
// --- Interfaz Pública ---
@@ -49,4 +49,4 @@ auto getNameFromCode(Code code) -> std::string;
*/
auto getCodeFromName(const std::string& name) -> Code;
} // namespace Difficulty
} // namespace Difficulty