refactor: Message (#4915)
* Helix: Remove static from anon namespace * Message: Remove empty anon namespace * Message: Remove else after return * Message: Avoid repeating type in return * Message: Remove ScrollbarHighlight alias * Message: Remove unused includes * AttachedWindow: Remove unused include
This commit is contained in:
@@ -14,9 +14,9 @@ namespace {
|
||||
|
||||
using namespace chatterino;
|
||||
|
||||
static constexpr auto NUM_MODERATORS_TO_FETCH_PER_REQUEST = 100;
|
||||
constexpr auto NUM_MODERATORS_TO_FETCH_PER_REQUEST = 100;
|
||||
|
||||
static constexpr auto NUM_CHATTERS_TO_FETCH = 1000;
|
||||
constexpr auto NUM_CHATTERS_TO_FETCH = 1000;
|
||||
|
||||
} // namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user