Skip to content

Commit e87cafb

Browse files
author
Michael Fero
committed
Manually fixing code format before re-running clang-format
1 parent 625383a commit e87cafb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/src/integration/tests/test_dse_types.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,7 @@ const std::vector<dse::LineString>
438438
* Values for polygon tests
439439
*/
440440
const dse::Polygon GEOMETRY_POLYGON[] = { dse::Polygon("(1.0 3.0, 3.0 1.0, 3.0 6.0, 1.0 3.0)"),
441-
dse::Polygon("(0.0 10.0, 10.0 0.0, 10.0 10.0, 0.0 10.0), \
442-
(6.0 7.0, 3.0 9.0, 9.0 9.0, 6.0 7.0)"),
441+
dse::Polygon("(0.0 10.0, 10.0 0.0, 10.0 10.0, 0.0 10.0), (6.0 7.0, 3.0 9.0, 9.0 9.0, 6.0 7.0)"),
443442
dse::Polygon("POLYGON EMPTY") };
444443
template <>
445444
const std::vector<dse::Polygon>

0 commit comments

Comments
 (0)