Skip to content

Commit ce71122

Browse files
committed
fix indentation
1 parent 598a668 commit ce71122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fastlane/plugin/sentry/actions/sentry_upload_build.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def self.available_options
9898
# Skip validation if value is nil or empty (will be validated in run method)
9999
next if value.nil? || value.to_s.empty?
100100

101-
UI.user_error!("Could not find APK at path '#{value}'") unless File.exist?(value)
101+
UI.user_error!("Could not find APK at path '#{value}'") unless File.exist?(value)
102102
UI.user_error!("Path '#{value}' is not an APK") unless File.extname(value).casecmp('.apk').zero?
103103
end),
104104
FastlaneCore::ConfigItem.new(key: :aab_path,

0 commit comments

Comments
 (0)