diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-02-08 00:08:49 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-02-08 00:08:49 +0530 |
commit | 2d078149d5fcf7c65dd79be69a3f60fa01136288 (patch) | |
tree | f1924d3ee2799f269edc41d6b89db223f568e47a /app/src | |
parent | 75f6976da13458f2d66b0de3d859b2b021f4c7f3 (diff) |
chore(deps): bump `com.facebook:ktfmt` to 0.43
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/main/java/app/passwordstore/util/autofill/Api30AutofillResponseBuilder.kt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/java/app/passwordstore/util/autofill/Api30AutofillResponseBuilder.kt b/app/src/main/java/app/passwordstore/util/autofill/Api30AutofillResponseBuilder.kt index b50f2c25..43c2e7b9 100644 --- a/app/src/main/java/app/passwordstore/util/autofill/Api30AutofillResponseBuilder.kt +++ b/app/src/main/java/app/passwordstore/util/autofill/Api30AutofillResponseBuilder.kt @@ -96,8 +96,8 @@ constructor( } /** - * Helper for creating Autofill [Dataset]s for [Build.VERSION.SDK_INT] >= - * [Build.VERSION_CODES.TIRAMISU] and above. + * Helper for creating Autofill [Dataset]s for + * [Build.VERSION.SDK_INT] >= [Build.VERSION_CODES.TIRAMISU] and above. */ @RequiresApi(Build.VERSION_CODES.TIRAMISU) private fun makeIntentDataSetTiramisu( |