Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mymartin committed Dec 12, 2022
1 parent 55acc15 commit 9effd5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmark/benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,9 @@ void test_to_json() {
}

using variant =
std::variant<FeatureCollection, apache_builds, citm_object_t,
gsoc_object_t, mesh_t, random_t, githubEvents::events_t,
marine_ik::marine_ik_t, std::vector<double>, instruments_t>;
std::variant<FeatureCollection, apache_builds, citm_object_t, gsoc_object_t,
mesh_t, random_t, githubEvents::events_t,
marine_ik::marine_ik_t, std::vector<double>, instruments_t>;

static std::map<std::string, variant> test_map{
{"../data/canada.json", FeatureCollection{}},
Expand Down

0 comments on commit 9effd5f

Please sign in to comment.