diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-09-02 22:04:02 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-02 16:34:02 +0000 |
commit | a8288463451e6078b01458e7de3ee5b86294bc36 (patch) | |
tree | 19808347306f3a73d9d03ac2479f24a1f0305cca /autofill-parser | |
parent | 903f11c30352ecc551d25a7e43e81d8333ea048e (diff) |
Upgrade ktfmt and setup automatic updates (#2103)
Diffstat (limited to 'autofill-parser')
-rw-r--r-- | autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/AutofillStrategyDsl.kt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/AutofillStrategyDsl.kt b/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/AutofillStrategyDsl.kt index 35006468..94cef6e5 100644 --- a/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/AutofillStrategyDsl.kt +++ b/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/AutofillStrategyDsl.kt @@ -285,7 +285,9 @@ private constructor( FillableFieldType.NewPassword, ) } - ) { "Every rule block can only have either genericPassword or {current,new}Password blocks" } + ) { + "Every rule block can only have either genericPassword or {current,new}Password blocks" + } matchers.add( AutofillRuleMatcher( type = FillableFieldType.GenericPassword, |