clean: change Form print message
This commit is contained in:
parent
90f2109e87
commit
9fb01f9570
@ -77,7 +77,7 @@ int Form::getGradeToBeSign() const
|
|||||||
|
|
||||||
std::ostream& operator<<(std::ostream& os, const Form& src)
|
std::ostream& operator<<(std::ostream& os, const Form& src)
|
||||||
{
|
{
|
||||||
os << src.getName() << " Form signed: " << src.getSigned() << ", grade to be execute " << src.getGradeToBeExecute() << ", grade to be sign: " << src.getGradeToBeSign() << std::endl;
|
os << src.getName() << " form signed: " << src.getSigned() << ", grade to be execute: " << src.getGradeToBeExecute() << ", grade to be sign: " << src.getGradeToBeSign() << "." << std::endl;
|
||||||
|
|
||||||
return os;
|
return os;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user