We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a998df commit 10c87deCopy full SHA for 10c87de
profiling/energy-profiler/common/daemon.hpp
@@ -7,7 +7,7 @@
7
class Daemon {
8
public:
9
Daemon(std::function<void()> func, int interval_ms)
10
- : interval_(interval_ms), func_(func) {};
+ : interval_(interval_ms), func_(func){};
11
12
void start();
13
void tick();
0 commit comments