mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: format code
This commit is contained in:
@@ -22,7 +22,7 @@ extension PlaySpeedExtension on PlaySpeed {
|
||||
'1.75',
|
||||
'2.0',
|
||||
];
|
||||
get description => _descList[index];
|
||||
String get description => _descList[index];
|
||||
|
||||
static final List<double> _valueList = [
|
||||
0.25,
|
||||
@@ -34,6 +34,6 @@ extension PlaySpeedExtension on PlaySpeed {
|
||||
1.75,
|
||||
2.0,
|
||||
];
|
||||
get value => _valueList[index];
|
||||
get defaultValue => _valueList[3];
|
||||
double get value => _valueList[index];
|
||||
double get defaultValue => _valueList[3];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user