From 4fefaae897dfc64e7d5ddc26ac24bb3b35720f0e Mon Sep 17 00:00:00 2001 From: cont-integration <CI@iri.upc.edu> Date: Wed, 10 Jul 2024 19:07:41 +0200 Subject: [PATCH] [skip ci] applied clang format --- test/gtest_schema.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/gtest_schema.cpp b/test/gtest_schema.cpp index 57d7f1e..35ae60c 100644 --- a/test/gtest_schema.cpp +++ b/test/gtest_schema.cpp @@ -146,7 +146,6 @@ TEST(Schema, duplicated_schemas) n_duplicated != 0, "Found ", n_duplicated, " duplicated schemas in ", schemas_found.size(), " schema files."); } - int main(int argc, char** argv) { testing::InitGoogleTest(&argc, argv); -- GitLab