chore: Rename CamelCase namespaces to snake_case (#7933)

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alex Kremer
2026-08-04 14:46:55 +01:00
committed by GitHub
parent b8451ffa32
commit 06488c1318
293 changed files with 2104 additions and 2083 deletions

View File

@@ -5,6 +5,6 @@
int
main(int argc, char const** argv)
{
std::printf("%s\n", xrpl::BuildInfo::getVersionString().c_str());
std::printf("%s\n", xrpl::build_info::getVersionString().c_str());
return 0;
}