Added one space on printing error at signing
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user