Skip to content

Commit b32d03a

Browse files
committed
style
1 parent ea26398 commit b32d03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/esp8266/examples/CallBackList/CallBackGeneric.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ using namespace experimental::CBListImplentation;
66

77
class exampleClass {
88
public:
9-
exampleClass() {};
9+
exampleClass(){};
1010

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

0 commit comments

Comments
 (0)