Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vazois committed Sep 17, 2024
1 parent 5a550bf commit 2ab3868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/cluster/Server/ClusterProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ public MetricsItem[] GetBufferPoolStats()
return [
new("migration_manager", migrationManager.GetBufferPoolStats()),
new("replication_manager", replicationManager.GetBufferPoolStats()),
new("server_socket", storeWrapper.GetTcpServer().GetBufferPoolStats()),
];
new("server_socket", storeWrapper.GetTcpServer().GetBufferPoolStats())
];
}

public void PurgeBufferPool(ManagerType managerType)
Expand Down

0 comments on commit 2ab3868

Please sign in to comment.