Skip to content

Commit 3bc3976

Browse files
committed
fmt
1 parent 8c2bc18 commit 3bc3976

File tree

1 file changed

+3
-1
lines changed
  • crates/icp-cli/src/commands/canister

1 file changed

+3
-1
lines changed

crates/icp-cli/src/commands/canister/status.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,9 @@ pub(crate) async fn exec(ctx: &Context, args: &StatusArgs) -> Result<(), anyhow:
270270

271271
// Space records out to make things more readable
272272
if i > 0 && !args.options.json_format {
273-
ctx.term.write_line("").expect("Failed to write output to terminal");
273+
ctx.term
274+
.write_line("")
275+
.expect("Failed to write output to terminal");
274276
}
275277
ctx.term
276278
.write_line(output.trim())

0 commit comments

Comments
 (0)