mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +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
|
#ifndef CLIO_VERSION
|
||||||
#error "CLIO_VERSION must be defined"
|
#error "CLIO_VERSION must be defined"
|
||||||
#endif
|
#endif
|
||||||
static constexpr char versionString[] = CLIO_VERSION;
|
static constexpr char kVERSION_STRING[] = CLIO_VERSION;
|
||||||
|
|
||||||
std::string const&
|
std::string const&
|
||||||
getClioVersionString()
|
getClioVersionString()
|
||||||
{
|
{
|
||||||
static std::string const value = versionString; // NOLINT(readability-identifier-naming)
|
static std::string const value = kVERSION_STRING; // NOLINT(readability-identifier-naming)
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user