We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd819c7 commit b5d3784Copy full SHA for b5d3784
1 file changed
trino-lb/src/scaling/stackable.rs
@@ -127,7 +127,9 @@ pub enum Error {
127
namespace: String,
128
},
129
130
- #[snafu(display("Could not parse the lastTransitionTime {last_transition_time:?} for the Trino cluster {cluster:?} in namespace {namespace:?}"))]
+ #[snafu(display(
131
+ "Could not parse the lastTransitionTime {last_transition_time:?} for the Trino cluster {cluster:?} in namespace {namespace:?}"
132
+ ))]
133
ParseLastTransitionTime {
134
source: serde_json::Error,
135
last_transition_time: Value,
0 commit comments