Skip to content

Commit

Permalink
fix(core): fix code lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
medns authored and zoomchan-cxj committed Aug 23, 2022
1 parent 2b7282f commit 7f60759
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/include/core/base/thread_id.h
Expand Up @@ -31,7 +31,6 @@ namespace base {
class ThreadId {
public:
constexpr ThreadId() noexcept = default;
~ThreadId() = default;

bool operator==(const ThreadId& other) const { return id_ == other.id_; }
bool operator!=(const ThreadId& other) const { return id_ != other.id_; }
Expand Down

0 comments on commit 7f60759

Please sign in to comment.