Skip to content

Commit 772e3a2

Browse files
author
Michael Fero
committed
Run clang-format
1 parent e87cafb commit 772e3a2

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

tests/src/integration/tests/test_dse_types.cpp

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -437,9 +437,11 @@ const std::vector<dse::LineString>
437437
/**
438438
* Values for polygon tests
439439
*/
440-
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), (6.0 7.0, 3.0 9.0, 9.0 9.0, 6.0 7.0)"),
442-
dse::Polygon("POLYGON EMPTY") };
440+
const dse::Polygon GEOMETRY_POLYGON[] = {
441+
dse::Polygon("(1.0 3.0, 3.0 1.0, 3.0 6.0, 1.0 3.0)"),
442+
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)"),
443+
dse::Polygon("POLYGON EMPTY")
444+
};
443445
template <>
444446
const std::vector<dse::Polygon>
445447
DseTypesTest<dse::Polygon>::values_(GEOMETRY_POLYGON,

0 commit comments

Comments
 (0)