mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Removes more implicit casts
This commit is contained in:
@@ -168,7 +168,7 @@ public:
|
||||
}
|
||||
|
||||
bool static_test(level channel) const {
|
||||
return channel & m_static_channels;
|
||||
return ((channel & m_static_channels) != 0);
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user