From 415bca4595a4d24253b543b598c501abe5ba8949 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 12 Feb 2015 16:18:08 -0600 Subject: Remove unnecissary parameter list --- tests/gtest-gvariant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gtest-gvariant.h b/tests/gtest-gvariant.h index 5a24dfa..6f93906 100644 --- a/tests/gtest-gvariant.h +++ b/tests/gtest-gvariant.h @@ -75,7 +75,7 @@ testing::AssertionResult expectVariantEqual (const gchar * expectStr, const gcha testing::AssertionResult expectVariantEqual (const gchar * expectStr, const gchar * haveStr, const char * expect, std::shared_ptr have) { - auto expectv = std::shared_ptr([expect]() { + auto expectv = std::shared_ptr([expect] { auto variant = g_variant_parse(nullptr, expect, nullptr, nullptr, nullptr); if (variant != nullptr) g_variant_ref_sink(variant); -- cgit v1.2.3