Skip to content

Commit 10c87de

Browse files
committed
Fix formatting in Daemon constructor and Timer class
1 parent 5a998df commit 10c87de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profiling/energy-profiler/common/daemon.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class Daemon {
88
public:
99
Daemon(std::function<void()> func, int interval_ms)
10-
: interval_(interval_ms), func_(func) {};
10+
: interval_(interval_ms), func_(func){};
1111

1212
void start();
1313
void tick();

0 commit comments

Comments
 (0)