mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-09 23:24:02 +00:00
[test] Remove trailing whitespaces in envelope_expand
This commit is contained in:
parent
bd2709766f
commit
e2f0e579b8
@ -983,13 +983,13 @@ void test_expand_box()
|
||||
from_wkt<G>("BOX(90 -20,190 55)"),
|
||||
90, -20, 190, 90);
|
||||
|
||||
// both boxes are the north pole
|
||||
// both boxes are the north pole
|
||||
tester::apply("b14",
|
||||
from_wkt<B>("BOX(-90 90,80 90)"),
|
||||
from_wkt<G>("BOX(90 90,190 90)"),
|
||||
0, 90, 0, 90);
|
||||
|
||||
// both boxes are the south pole
|
||||
// both boxes are the south pole
|
||||
tester::apply("b15",
|
||||
from_wkt<B>("BOX(-90 -90,80 -90)"),
|
||||
from_wkt<G>("BOX(90 -90,190 -90)"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user