diff --git a/tests/can.test.cpp b/tests/can.test.cpp index a4c3f2c..9d6a34d 100644 --- a/tests/can.test.cpp +++ b/tests/can.test.cpp @@ -156,5 +156,5 @@ boost::ut::suite<"can"> can_test = [] { expect(that % not fail2.has_value()); expect(that % not fail4.has_value()); }; -} +}; } // namespace hal