mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-20 21:28:41 -04:00
fix lints
This commit is contained in:
parent
aeaf34e55d
commit
d1559c949d
4 changed files with 6 additions and 6 deletions
|
@ -294,5 +294,5 @@ class AuthorInputQueue {
|
|||
InputWindow? _currentWindow;
|
||||
|
||||
/// Desired maximum window length
|
||||
static const int _maxWindowLength = 256;
|
||||
static const _maxWindowLength = 256;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue