mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 11:45:53 +00:00
style: Put static before type (#2231)
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
using namespace util::config;
|
||||
|
||||
struct BackendCassandraFactoryTest : SyncAsioContextTest, util::prometheus::WithPrometheus {
|
||||
constexpr static auto kKEYSPACE = "factory_test";
|
||||
static constexpr auto kKEYSPACE = "factory_test";
|
||||
|
||||
protected:
|
||||
ClioConfigDefinition cfg_{
|
||||
|
||||
Reference in New Issue
Block a user