Navaron Bracke

fix indent

@@ -40,8 +40,8 @@ end @@ -40,8 +40,8 @@ end
40 post_install do |installer| 40 post_install do |installer|
41 installer.pods_project.targets.each do |target| 41 installer.pods_project.targets.each do |target|
42 flutter_additional_ios_build_settings(target) 42 flutter_additional_ios_build_settings(target)
43 - target.build_configurations.each do |config|  
44 - config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '15.5.0'  
45 - end 43 + target.build_configurations.each do |config|
  44 + config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '15.5.0'
  45 + end
46 end 46 end
47 end 47 end