Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
This commit is contained in:
Isaac Marovitz 2025-03-12 10:32:02 -04:00
parent b2a3f12640
commit e86e916551
No known key found for this signature in database
GPG key ID: 97250B2B09A132E1

View file

@ -162,7 +162,7 @@ UpdateChecker::Result UpdateChecker::check()
}
#endif
return = UpdateChecker::Result::AlreadyUpToDate;
return UpdateChecker::Result::AlreadyUpToDate;
}
void UpdateChecker::visitWebsite()