mirror of
https://github.com/immich-app/immich.git
synced 2025-12-23 15:38:24 -08:00
chore: bump line length to 120 (#20191)
This commit is contained in:
@@ -37,10 +37,7 @@ class ServerVersion {
|
||||
bool operator ==(Object other) {
|
||||
if (identical(this, other)) return true;
|
||||
|
||||
return other is ServerVersion &&
|
||||
other.major == major &&
|
||||
other.minor == minor &&
|
||||
other.patch == patch;
|
||||
return other is ServerVersion && other.major == major && other.minor == minor && other.patch == patch;
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user