1
0
mirror of https://github.com/Raymonf/whack.git synced 2024-11-24 00:20:10 +01:00

missing space

This commit is contained in:
Ray 2022-11-05 15:56:47 -04:00 committed by GitHub
parent 738cff0e05
commit 73bb8b41e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}
}
}