diff options
Diffstat (limited to 'autofill-parser/src')
-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, |