one final whitespace change!

pull/14087/head
adbridge 2021-01-12 14:38:37 +00:00
parent 27689ef2b3
commit c9a3375042
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ void handler()
void event_period_tests()
{
// Test a non periodic event ie dispatched only once
Event<void()> event1(&period_tests_queue, handler);
event1.delay(10ms);