Loading src/sled/config.cc +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ Config::ToString() const // format(const basic_value<C, M, V>& v, std::size_t w = 80u, // int fprec = std::numeric_limits<toml::floating>::max_digits10, // bool no_comment = false, bool force_inline = false) return toml::format(root, 180u); return toml::format(root); } void Loading Loading
src/sled/config.cc +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ Config::ToString() const // format(const basic_value<C, M, V>& v, std::size_t w = 80u, // int fprec = std::numeric_limits<toml::floating>::max_digits10, // bool no_comment = false, bool force_inline = false) return toml::format(root, 180u); return toml::format(root); } void Loading