Skip to content

Commit

Permalink
add missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
MaliaLabor committed Dec 3, 2024
1 parent 85f4a5e commit c9f3705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/can.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,5 @@ boost::ut::suite<"can"> can_test = [] {
expect(that % not fail2.has_value());
expect(that % not fail4.has_value());
};
}
};
} // namespace hal

0 comments on commit c9f3705

Please sign in to comment.