mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-19 19:25:53 +00:00
style: clang-tidy auto fixes (#2375)
This commit is contained in:
committed by
GitHub
parent
0e2ba4a64e
commit
f347a732a6
@@ -26,12 +26,12 @@ namespace util::build {
|
||||
#ifndef CLIO_VERSION
|
||||
#error "CLIO_VERSION must be defined"
|
||||
#endif
|
||||
static constexpr char versionString[] = CLIO_VERSION;
|
||||
static constexpr char kVERSION_STRING[] = CLIO_VERSION;
|
||||
|
||||
std::string const&
|
||||
getClioVersionString()
|
||||
{
|
||||
static std::string const value = versionString; // NOLINT(readability-identifier-naming)
|
||||
static std::string const value = kVERSION_STRING; // NOLINT(readability-identifier-naming)
|
||||
return value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user