mirror of
https://github.com/Raymonf/whack.git
synced 2024-11-24 00:20:10 +01:00
missing space
This commit is contained in:
parent
738cff0e05
commit
73bb8b41e8
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user