Formatting fixes for allowBackup tests

This commit is contained in:
Ed Minnix
2022-09-07 13:30:19 -04:00
parent c69a2be976
commit 09b723fc6d

View File

@@ -9,9 +9,7 @@ class AllowBackupEnabledTest extends InlineExpectationsTest {
override predicate hasActualResult(Location location, string element, string tag, string value) {
tag = "hasAllowedBackupEnabled" and
exists(AndroidApplicationXmlElement androidAppElem |
androidAppElem.allowsBackup()
|
exists(AndroidApplicationXmlElement androidAppElem | androidAppElem.allowsBackup() |
androidAppElem.getAttribute("allowBackup").getLocation() = location and
element = androidAppElem.getAttribute("debuggable").toString() and
value = ""