Skip to content

Commit

Permalink
Update rmqio_timer.h
Browse files Browse the repository at this point in the history
Signed-off-by: Nishant <[email protected]>
  • Loading branch information
ThisIsNSH authored Jan 16, 2025
1 parent 9782bd1 commit 2161d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rmq/rmqio/rmqio_timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class Timer {

class TimerFactory {
public:
virtual ~TimerFactory() {};
virtual ~TimerFactory(){};

/// Creates a timer and initializes its timeout. The timer should be
/// started by calling start().
Expand Down

0 comments on commit 2161d81

Please sign in to comment.