Skip to content

Commit f2b8686

Browse files
committed
Fix some whitespace issues
1 parent c0a57ba commit f2b8686

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

events/include/events/Event.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ class Event<void(ArgTs...)> {
117117
}
118118
}
119119

120-
121-
122120
/** Configure the delay of an event
123121
*
124122
* @param d Delay (in milliseconds) before dispatching the event, expressed as a Chrono duration.

events/tests/TESTS/events/queue/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ const Case cases[] = {
624624
Case("Testing mixed dynamic & static events queue", mixed_dynamic_static_events_queue_test),
625625
Case("Testing static events queue", static_events_queue_test),
626626
Case("Testing event period values", event_period_tests)
627-
};
627+
};
628628

629629
Specification specification(test_setup, cases);
630630

0 commit comments

Comments
 (0)