mirror of https://github.com/CGAL/cgal
Removed an empty line
This commit is contained in:
parent
ae8c85abe6
commit
3fdfa42ecf
|
|
@ -85,7 +85,6 @@ public:
|
|||
: Rep(typename R::Construct_weighted_point_2()(Return_base_tag(), p, w))
|
||||
{}
|
||||
|
||||
|
||||
Weighted_point_2(const FT& x, const FT& y)
|
||||
: Rep(typename R::Construct_weighted_point_2()(Return_base_tag(), x, y))
|
||||
{}
|
||||
|
|
|
|||
Loading…
Reference in New Issue