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 +}