mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 01:11:46 +03:00
chore: bump line length to 120 (#20191)
This commit is contained in:
@@ -59,8 +59,7 @@ class CastManagerState {
|
||||
|
||||
String toJson() => json.encode(toMap());
|
||||
|
||||
factory CastManagerState.fromJson(String source) =>
|
||||
CastManagerState.fromMap(json.decode(source));
|
||||
factory CastManagerState.fromJson(String source) => CastManagerState.fromMap(json.decode(source));
|
||||
|
||||
@override
|
||||
String toString() =>
|
||||
@@ -80,9 +79,5 @@ class CastManagerState {
|
||||
|
||||
@override
|
||||
int get hashCode =>
|
||||
isCasting.hashCode ^
|
||||
receiverName.hashCode ^
|
||||
castState.hashCode ^
|
||||
currentTime.hashCode ^
|
||||
duration.hashCode;
|
||||
isCasting.hashCode ^ receiverName.hashCode ^ castState.hashCode ^ currentTime.hashCode ^ duration.hashCode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user