From 8cca78d22293a47423a90cee68741184c35e2c4e Mon Sep 17 00:00:00 2001 From: Nex Date: Wed, 9 Feb 2022 13:31:27 +0100 Subject: [PATCH] Missing newline --- mvt/ios/versions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mvt/ios/versions.py b/mvt/ios/versions.py index b9fc0fb..b381c81 100644 --- a/mvt/ios/versions.py +++ b/mvt/ios/versions.py @@ -252,5 +252,6 @@ def find_version_by_build(build): if build == version["build"]: return version["version"] + def latest_ios_version(): return IPHONE_IOS_VERSIONS[-1]