Skip to content

Commit 6014cba

Browse files
sbernauerTechassi
andauthored
Update trino-lb-core/src/config.rs
Co-authored-by: Techassi <git@techassi.dev>
1 parent ed80977 commit 6014cba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

trino-lb-core/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ impl Config {
359359
}
360360

361361
impl Config {
362-
pub fn cluster_in_config(&self, cluster_name: &TrinoClusterName) -> bool {
362+
pub fn is_cluster_in_config(&self, cluster_name: &TrinoClusterName) -> bool {
363363
self.trino_cluster_groups
364364
.values()
365365
.flat_map(|cluster_group| &cluster_group.trino_clusters)

0 commit comments

Comments
 (0)