mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 16:56:48 +00:00
refactor: use east const convention (#5409)
This change refactors the codebase to use the "east const convention", and adds a clang-format rule to follow this convention.
This commit is contained in:
@@ -63,7 +63,7 @@ public:
|
||||
testcase("Lookup");
|
||||
|
||||
using namespace jtx;
|
||||
const std::vector<std::string> tokenBlob = {
|
||||
std::vector<std::string> const tokenBlob = {
|
||||
" "
|
||||
"eyJ2YWxpZGF0aW9uX3NlY3JldF9rZXkiOiI5ZWQ0NWY4NjYyNDFjYzE4YTI3NDdiNT"
|
||||
"\n",
|
||||
|
||||
Reference in New Issue
Block a user