Skip to content

Commit

Permalink
src: remove extra semi after member fn
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed May 14, 2021
1 parent 70157b9 commit af935fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timer_wrap.h
Expand Up @@ -32,7 +32,7 @@ class TimerWrap final : public MemoryRetainer {
void Ref();
void Unref();

SET_NO_MEMORY_INFO();
SET_NO_MEMORY_INFO()
SET_MEMORY_INFO_NAME(TimerWrap)
SET_SELF_SIZE(TimerWrap)

Expand Down

0 comments on commit af935fe

Please sign in to comment.