Skip to content

Commit e370ccc

Browse files
committed
toml11 4.0 compatibility
1 parent bd447b1 commit e370ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/convert-json-toml.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ void parsed_main(std::string jsonOrToml)
2020
using SL = json::SupportedLanguages;
2121
case SL::JSON: {
2222
auto asToml = json::jsonToToml(config);
23-
std::cout << asToml;
23+
std::cout << json::format_toml(asToml);
2424
}
2525
break;
2626
case SL::TOML:

0 commit comments

Comments
 (0)