Fix missing semicolon

This commit is contained in:
2020-05-18 19:11:23 +02:00
parent d03ae9945f
commit 1f14e3286a
+1 -1
View File
@@ -50,7 +50,7 @@ void receive_replay(
}
queue.commit();
current_pulse_id++
current_pulse_id++;
}
} catch (const std::exception& e) {