Added one space on printing error at signing

This commit is contained in:
2026-02-17 09:54:40 +01:00
parent d0a2146252
commit 90ed3ce3b2

View File

@@ -94,7 +94,7 @@ void Bureaucrat::signForm(Form &form)
<< std::endl;
} catch (std::exception &e) {
std::cout << this->name
<< "couldn't sign "
<< " couldn't sign "
<< form.getName()
<< " because "
<< e.what()