From a8288463451e6078b01458e7de3ee5b86294bc36 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 2 Sep 2022 22:04:02 +0530 Subject: Upgrade ktfmt and setup automatic updates (#2103) --- .../github/androidpasswordstore/autofillparser/AutofillStrategyDsl.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'autofill-parser') 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, -- cgit v1.2.3