Skip to content

Commit

Permalink
Remove redundant semicolon (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxwa authored Aug 2, 2024
1 parent 0326a38 commit 6d1f1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -1533,7 +1533,7 @@ struct conversion_dispatch {
template <class... __Args> \
decltype(auto) operator()(::std::nullptr_t, __Args&&... __args) \
___PRO_DIRECT_FUNC_IMPL(__FUNC(::std::forward<__Args>(__args)...)) \
};
}

} // namespace pro

Expand Down

0 comments on commit 6d1f1e3

Please sign in to comment.