Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Jan 24, 2025
1 parent ea26398 commit b32d03a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ using namespace experimental::CBListImplentation;

class exampleClass {
public:
exampleClass() {};
exampleClass(){};

using exCallBack = std::function<void(int)>;
using exHandler = CallBackList<exCallBack>::CallBackHandler;
Expand Down

0 comments on commit b32d03a

Please sign in to comment.