Skip to content

Commit

Permalink
lint: fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
yueban committed Aug 29, 2024
1 parent b4e5a08 commit e977a3b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ constructor(
enabled = preference.dependencies.all { getBoolean(it, false) },
value = getString(
preference.backendName,
preference.backendDefaultValue.toString()
)!!.toLongOrNull() ?: preference.backendDefaultValue
preference.backendDefaultValue.toString(),
)!!.toLongOrNull() ?: preference.backendDefaultValue,
)
}
else -> preference
Expand Down

0 comments on commit e977a3b

Please sign in to comment.