Skip to content

Commit 3f5216e

Browse files
committed
fix: [#1446] clippy error
1 parent 96bae36 commit 3f5216e

File tree

1 file changed

+3
-3
lines changed
  • packages/rest-tracker-api-core/src/statistics

1 file changed

+3
-3
lines changed

packages/rest-tracker-api-core/src/statistics/services.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,14 +164,14 @@ async fn get_protocol_metrics_from_labeled_metrics(
164164
.value() as u64;
165165

166166
/*
167-
167+
168168
todo:
169169
170170
- Add a label for `server_binding_ip_family` with value `inet` (inet/inet6)
171-
to all metrics containing an IP address. This will allow us to distinguish
171+
to all metrics containing an IP address. This will allow us to distinguish
172172
between IPv4 and IPv6 metrics.
173173
- Continue replacing the other metrics with the labeled metrics.
174-
174+
175175
*/
176176

177177
// For backward compatibility we keep the `tcp4_connections_handled` and

0 commit comments

Comments
 (0)