tweak syntax for clang

This commit is contained in:
Matt Witherspoon
2024-01-03 22:38:48 -05:00
parent 26737308e0
commit f5acb9eb86
@@ -24,7 +24,7 @@ namespace eosio {
};
prometheus_plugin::prometheus_plugin()
: my(new prometheus_plugin_impl{}) {
: my(new prometheus_plugin_impl) {
}
prometheus_plugin::~prometheus_plugin() = default;