libp2p / cpp-libp2p

C++17 implementation of libp2p
Apache License 2.0
347 stars 98 forks source link

Supress clang-tidy warning #164

Closed Alexey-N-Chernyshov closed 2 years ago

Alexey-N-Chernyshov commented 2 years ago

Supress clang-tidy warning: if with identical then and else branches in OUTCOME_TRY.

Signed-off-by: Alexey-N-Chernyshov alexey.n.chernyshov@gmail.com