aboutsummaryrefslogtreecommitdiff
path: root/autofill-parser
diff options
context:
space:
mode:
Diffstat (limited to 'autofill-parser')
-rw-r--r--autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/AutofillStrategyDsl.kt4
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,