Skip to content

Commit 5da95d7

Browse files
committed
chore: Update dev comment
1 parent d3bd713 commit 5da95d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/stackable-operator/src/utils/cluster_domain.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,9 @@ where
119119
.min_by_key(|item| item.len())
120120
.context(AmbiguousDomainEntriesSnafu)?;
121121

122-
// NOTE (@Techassi): This is really sad and bothers me more than I would like to admit
122+
// NOTE (@Techassi): This is really sad and bothers me more than I would like to admit. This
123+
// clone could be removed by using the code directly in the calling function. But that would
124+
// remove the possibility to easily test the parsing.
123125
Ok(shortest_entry.to_owned())
124126
}
125127

0 commit comments

Comments
 (0)