Skip to content

Commit

Permalink
apply ktlint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
iNoles committed Aug 2, 2024
1 parent 66a6ecd commit 4a898c4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ import android.app.Activity
import androidx.preference.PreferenceManager
import com.google.android.play.core.review.ReviewManagerFactory

class ReviewPreference(private val activity: Activity) {
class ReviewPreference(
private val activity: Activity,
) {
private val preferences = PreferenceManager.getDefaultSharedPreferences(activity)

fun openTimes(times: Int = 5) {
Expand Down

0 comments on commit 4a898c4

Please sign in to comment.