Skip to content

Commit 0270cc0

Browse files
committed
fix: minor output format fix
1 parent cc032b1 commit 0270cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setup/states.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ impl std::fmt::Display for FormattedFlowSetupStatus<'_> {
424424
ObjectSetupStatusCode(flow_ssc)
425425
.to_string()
426426
.color(AnsiColors::Cyan),
427-
format!("Flow: {}", self.0)
427+
self.0
428428
)?;
429429

430430
let mut f = indented(f).with_str(INDENT);

0 commit comments

Comments
 (0)