From eaee8b78edd7b3499ada27d377150be6306f8016 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 19 Nov 2022 13:36:43 +0100 Subject: entity: whitespace --- test/entity.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/entity.cpp b/test/entity.cpp index e1f221f1..faaa0d41 100644 --- a/test/entity.cpp +++ b/test/entity.cpp @@ -163,7 +163,7 @@ void test_predicate() static_assert(foo.is_enabled(foo.predicate, x) == field_status::hidden); fm_assert(foo.erased().is_enabled(x) == field_status::hidden); constexpr auto foo2 = entity::type::field{"foo"_s, &TestAccessors::foo, &TestAccessors::foo, - [](const TestAccessors&) { return field_status::readonly; }}; + [](const TestAccessors&) { return field_status::readonly; }}; static_assert(foo2.is_enabled(foo2.predicate, x) == field_status::readonly); fm_assert(foo2.erased().is_enabled(x) == field_status::readonly); constexpr auto foo3 = entity::type::field{"foo"_s, &TestAccessors::foo, &TestAccessors::foo}; -- cgit v1.2.3