Fix macOS build failure
This commit is contained in:
parent
b6e1839d84
commit
82c63dd101
|
@ -229,7 +229,9 @@ struct StorageServerMetrics {
|
|||
if (!notifyMetrics.allZero()) {
|
||||
auto& v = waitMetricsMap[key];
|
||||
for(int i=0; i<v.size(); i++) {
|
||||
if (g_network->isSimulated()) TEST( true );
|
||||
if (g_network->isSimulated()) {
|
||||
TEST(true);
|
||||
}
|
||||
// ShardNotifyMetrics
|
||||
v[i].send( notifyMetrics );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue