From 1c29f7bad9932d7133a64487a6a9cd65f7690057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Notin?= Date: Wed, 25 Jul 2018 11:04:40 +0200 Subject: [PATCH] Add empty line in output between each mapped drive Same as in ListNetworkShares() just after --- Seatbelt/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Seatbelt/Program.cs b/Seatbelt/Program.cs index 7f93ea5..d1ab1e8 100755 --- a/Seatbelt/Program.cs +++ b/Seatbelt/Program.cs @@ -2918,7 +2918,7 @@ namespace Seatbelt Console.WriteLine(" ConnectionState : {0}", result["ConnectionState"]); Console.WriteLine(" Persistent : {0}", result["Persistent"]); Console.WriteLine(" UserName : {0}", result["UserName"]); - Console.WriteLine(" Description : {0}", result["Description"]); + Console.WriteLine(" Description : {0}\r\n", result["Description"]); } } catch (Exception ex)