Skip to content

Commit b5d3784

Browse files
committed
cargo fmt
1 parent bd819c7 commit b5d3784

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

trino-lb/src/scaling/stackable.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@ pub enum Error {
127127
namespace: String,
128128
},
129129

130-
#[snafu(display("Could not parse the lastTransitionTime {last_transition_time:?} for the Trino cluster {cluster:?} in namespace {namespace:?}"))]
130+
#[snafu(display(
131+
"Could not parse the lastTransitionTime {last_transition_time:?} for the Trino cluster {cluster:?} in namespace {namespace:?}"
132+
))]
131133
ParseLastTransitionTime {
132134
source: serde_json::Error,
133135
last_transition_time: Value,

0 commit comments

Comments
 (0)