Skip to content

Commit a6fdb27

Browse files
committed
Remove redundant newline
1 parent 01b776b commit a6fdb27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cp-algo/algebra/modint.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ namespace cp_algo::algebra {
5858
};
5959
template<typename modint>
6060
std::istream& operator >> (std::istream &in, modint_base<modint> &x) {
61-
6261
return in >> x.setr();
6362
}
6463
template<typename modint>

0 commit comments

Comments
 (0)