chore: Added a space
1 files changed, 1 insertions(+), 1 deletions(-) M tests/src/maybe.cpp
M tests/src/maybe.cpp => tests/src/maybe.cpp +1 -1
@@ 56,7 56,7 @@ Test(Maybe, "Function can return valid or invalid Maybe") maybe(false).match(::gcl::Fns { [&] (const int) { ExpectNeverReached(); }, - [&] () {Expect(true).to_be(true); } + [&] () { Expect(true).to_be(true); } }); }