fix crlf
This commit is contained in:
parent
c3c690c3ed
commit
b56562b548
@ -106,4 +106,4 @@ bool ExactNumber::operator>=(const ExactNumber& rhs) const {
|
|||||||
ostream& operator<<(ostream& os, const ExactNumber& n) {
|
ostream& operator<<(ostream& os, const ExactNumber& n) {
|
||||||
os << n.numer << "/" << n.denom;
|
os << n.numer << "/" << n.denom;
|
||||||
return os;
|
return os;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user