diff --git a/src/myvector.h b/src/myvector.h index 7272211..ffc5f00 100644 --- a/src/myvector.h +++ b/src/myvector.h @@ -623,4 +623,4 @@ bool operator<=(const Vector &lhs, const Vector &rhs) { template bool operator>=(const Vector &lhs, const Vector &rhs) { return !(lhs < rhs); -} \ No newline at end of file +}