fix config parse
Some checks failed
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (push) Failing after 1m2s
linux-arm-gcc / linux-gcc-armhf (push) Failing after 1m1s
linux-mips64-gcc / linux-gcc-mips64el (Debug) (push) Failing after 1m9s
linux-mips64-gcc / linux-gcc-mips64el (Release) (push) Failing after 1m31s
linux-x64-gcc / linux-gcc (Debug) (push) Failing after 59s
linux-x64-gcc / linux-gcc (Release) (push) Failing after 1m17s

This commit is contained in:
tmp 2024-11-18 12:03:43 +08:00
parent dfd5af045f
commit 62379cdc2b

View File

@ -20,7 +20,7 @@ Config::ToString() const
// format(const basic_value<C, M, V>& v, std::size_t w = 80u, // format(const basic_value<C, M, V>& v, std::size_t w = 80u,
// int fprec = std::numeric_limits<toml::floating>::max_digits10, // int fprec = std::numeric_limits<toml::floating>::max_digits10,
// bool no_comment = false, bool force_inline = false) // bool no_comment = false, bool force_inline = false)
return toml::format(root, 180u); return toml::format(root);
} }
void void