mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-24 21:15:58 +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 @@ getFileContents(
|
||||
return {};
|
||||
}
|
||||
|
||||
const std::string result{
|
||||
std::string const result{
|
||||
std::istreambuf_iterator<char>{fileStream},
|
||||
std::istreambuf_iterator<char>{}};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user