Skip to content

Commit

Permalink
Resolve rubocop warning
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Jul 24, 2024
1 parent f9971ef commit 7eb7e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ lane :show_frameworks_sizes do |options|
end
end

sh("gh pr comment #{ENV.fetch('GITHUB_PR_NUM')} -b '#{markdown_table}'") if !ENV['GITHUB_PR_NUM'].to_s.empty?
sh("gh pr comment #{ENV.fetch('GITHUB_PR_NUM')} -b '#{markdown_table}'") unless ENV['GITHUB_PR_NUM'].to_s.empty?
end

UI.user_error!('SDK sizes benchmark failed.') if markdown_table.include?(fail_status)
Expand Down

0 comments on commit 7eb7e93

Please sign in to comment.