mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-11-11 02:23:29 +01:00
Fixed code smells
This commit is contained in:
@@ -10,7 +10,6 @@ class Jenkins extends AppSource {
|
||||
overrideVersionDetectionFormDefault('releaseDateAsVersion', true);
|
||||
}
|
||||
|
||||
@override
|
||||
String trimJobUrl(String url) {
|
||||
RegExp standardUrlRegEx = RegExp('.*/job/[^/]+');
|
||||
RegExpMatch? match = standardUrlRegEx.firstMatch(url);
|
||||
|
||||
Reference in New Issue
Block a user