fix lints

This commit is contained in:
Christien Rioux 2025-06-02 15:56:00 -04:00
parent aeaf34e55d
commit d1559c949d
4 changed files with 6 additions and 6 deletions

View file

@ -294,5 +294,5 @@ class AuthorInputQueue {
InputWindow? _currentWindow;
/// Desired maximum window length
static const int _maxWindowLength = 256;
static const _maxWindowLength = 256;
}