Skip to content

Commit

Permalink
Fix Flutter lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
calcitem committed Jun 30, 2024
1 parent 33fafde commit 7d40c4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class ExtMove {
// Sample: xa1, a1-b2, a1
String get notation {
// Fetch the screen reader support setting
bool useUpperCase = DB().generalSettings.screenReaderSupport;
final bool useUpperCase = DB().generalSettings.screenReaderSupport;

switch (type) {
case MoveType.remove:
Expand Down

0 comments on commit 7d40c4d

Please sign in to comment.