~groctel/gcl

1dda4bcab1622c5aa309bfc7a770f36d823d5230 — Groctel 1 year, 4 months ago 9c391f2
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);  }
    });
}