Skip to content

Commit af935fe

Browse files
committed
src: remove extra semi after member fn
1 parent 70157b9 commit af935fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/timer_wrap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class TimerWrap final : public MemoryRetainer {
3232
void Ref();
3333
void Unref();
3434

35-
SET_NO_MEMORY_INFO();
35+
SET_NO_MEMORY_INFO()
3636
SET_MEMORY_INFO_NAME(TimerWrap)
3737
SET_SELF_SIZE(TimerWrap)
3838

0 commit comments

Comments
 (0)