mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-30 06:31:06 +00:00
refactor: Remove redundant curly braces
This commit is contained in:
@@ -241,7 +241,7 @@ internal object PatchCommand : Runnable {
|
|||||||
val formattedPatchName = patchName.format()
|
val formattedPatchName = patchName.format()
|
||||||
|
|
||||||
val explicitlyExcluded = formattedExcludedPatches.contains(formattedPatchName)
|
val explicitlyExcluded = formattedExcludedPatches.contains(formattedPatchName)
|
||||||
if (explicitlyExcluded) return@patch logger.info("Excluding ${patchName}")
|
if (explicitlyExcluded) return@patch logger.info("Excluding $patchName")
|
||||||
|
|
||||||
// Make sure the patch is compatible with the supplied APK files package name and version.
|
// Make sure the patch is compatible with the supplied APK files package name and version.
|
||||||
patch.compatiblePackages?.let { packages ->
|
patch.compatiblePackages?.let { packages ->
|
||||||
|
|||||||
Reference in New Issue
Block a user