From 73bb8b41e898cedf2e5d0d0decdd3f32cc544506 Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 5 Nov 2022 15:56:47 -0400 Subject: [PATCH] missing space --- WTT/WTT/TableImporter.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WTT/WTT/TableImporter.cs b/WTT/WTT/TableImporter.cs index bb609d5..4c0d1b6 100644 --- a/WTT/WTT/TableImporter.cs +++ b/WTT/WTT/TableImporter.cs @@ -55,7 +55,7 @@ public class TableImporter // prompt to retry so I don't have to keep restarting this thing var retry = YesNoPrompt.Ask(() => { - Console.Write("Try again (Y/n)?"); + Console.Write("Try again (Y/n)? "); }); if (!retry) @@ -108,4 +108,4 @@ public class TableImporter { asset.Write(newAssetPath); } -} \ No newline at end of file +}