Skip to content

Commit 277ec84

Browse files
committed
fix formatting
1 parent bfe321e commit 277ec84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def self.available_options
8585
verify_block: proc do |value|
8686
# Skip validation if value is nil or empty (will be validated in run method)
8787
next if value.nil? || value.to_s.empty?
88+
8889
UI.user_error!("Could not find xcarchive at path '#{value}'") unless File.exist?(value)
8990
UI.user_error!("Path '#{value}' is not an xcarchive") unless File.extname(value) == '.xcarchive'
9091
end),

0 commit comments

Comments
 (0)