From 41213da780910777cacc0c7fd5660ada2f69bf00 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 5 May 2022 08:47:15 +0530 Subject: Upgrade to ktfmt 0.37 (#1897) --- .../github/androidpasswordstore/autofillparser/AutofillFormParser.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'autofill-parser') diff --git a/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/AutofillFormParser.kt b/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/AutofillFormParser.kt index 66205bbc..e7b04f56 100644 --- a/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/AutofillFormParser.kt +++ b/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/AutofillFormParser.kt @@ -166,7 +166,8 @@ private class AutofillFormParser( // reported web origin if no other web origin appears on the page. webOriginToFormOrigin(context, webOrigins.singleOrNull() ?: return null) } - BrowserMultiOriginMethod.WebView, BrowserMultiOriginMethod.Field -> { + BrowserMultiOriginMethod.WebView, + BrowserMultiOriginMethod.Field -> { // Security assumption: For browsers with full autofill support (the `Field` case), // every form field is annotated with its origin. For browsers based on WebView, // this is true after the web origins of WebViews are passed down to their children. -- cgit v1.2.3