Skip to content

Commit 95aac6e

Browse files
sbernauerTechassi
andauthored
Update trino-lb/src/http_server/admin/mod.rs
Co-authored-by: Techassi <git@techassi.dev>
1 parent edf21df commit 95aac6e

File tree

1 file changed

+1
-1
lines changed
  • trino-lb/src/http_server/admin

1 file changed

+1
-1
lines changed

trino-lb/src/http_server/admin/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ pub async fn get_cluster_status(
149149
}))
150150
}
151151

152-
/// Get the status of all Trino clusters
152+
/// Get the status of all Trino clusters.
153153
#[instrument(name = "/admin/clusters/status", skip(state))]
154154
pub async fn get_all_cluster_status(
155155
State(state): State<Arc<AppState>>,

0 commit comments

Comments
 (0)