From 765a84ac7f64b28777b2631a5a31f9b1809f79b6 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sun, 17 Oct 2021 13:57:02 +0200 Subject: [PATCH] Improve formatting --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index b53cca1..dc9575c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -190,7 +190,7 @@ fn help(_a: Vec) -> Res { fn list_clients(_args: Vec) -> Res { for client in api_helper::get_clients()? { println!( - "Client {}\n* Name: {}\n* Domain: {}\n* Comment: {}\n* Default tokens expiration time: {}\n* Firebase project: {}", + "Client {}\n* Name: {}\n* Domain: {}\n* Comment: {}\n* Default tokens expiration time: {}\n* Firebase project: {}\n\n", client.id, client.name, client.domain.unwrap_or("None".to_string()),