From 2069e2b7604d7684ed6db5ace59ff6fa3042a361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donncha=20=C3=93=20Cearbhaill?= Date: Wed, 2 Aug 2023 19:57:26 +0200 Subject: [PATCH] Fix style error (need space after # in comment) --- mvt/ios/modules/mixed/applications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mvt/ios/modules/mixed/applications.py b/mvt/ios/modules/mixed/applications.py index 1992c68..30205d4 100644 --- a/mvt/ios/modules/mixed/applications.py +++ b/mvt/ios/modules/mixed/applications.py @@ -79,7 +79,7 @@ class Applications(IOSExtraction): result["matched_indicator"] = ioc self.detected.append(result) continue - #Some apps installed from apple store with sourceApp "com.apple.AppStore.ProductPageExtension" + # Some apps installed from apple store with sourceApp "com.apple.AppStore.ProductPageExtension" if result.get("sourceApp", "com.apple.AppStore") not in [ "com.apple.AppStore", "com.apple.AppStore.ProductPageExtension",