Fix spacing

This commit is contained in:
defnax 2023-10-25 12:13:15 +02:00
parent 8814cbd9f2
commit 9f89ac42e7

View File

@ -244,7 +244,7 @@ int main(int argc, char* argv[])
uint32_t nacc = 0; uint32_t nacc = 0;
while(keepRunning && (nacc < 1 || nacc >= locations.size())) while(keepRunning && (nacc < 1 || nacc >= locations.size()))
{ {
std::cout << "\033[0;32mPlease enter account number:\n \033[0m"; std::cout << "\033[0;32mPlease enter account number:\n\033[0m";
std::cout.flush(); std::cout.flush();
std::string inputStr; std::string inputStr;