stripe-ruby icon indicating copy to clipboard operation
stripe-ruby copied to clipboard

Fix Ruby's warnings about mismatched indentation

Open parndt opened this issue 1 year ago • 2 comments
trafficstars

This is to fix these warnings:

lib/stripe/api_operations/nested_resource.rb:55: warning: mismatched indentations at 'end' with 'do' at 48
lib/stripe/api_operations/nested_resource.rb:83: warning: mismatched indentations at 'end' with 'do' at 59
lib/stripe/api_operations/nested_resource.rb:93: warning: mismatched indentations at 'end' with 'do' at 86
lib/stripe/api_operations/nested_resource.rb:103: warning: mismatched indentations at 'end' with 'do' at 96
lib/stripe/api_operations/nested_resource.rb:113: warning: mismatched indentations at 'end' with 'do' at 106

Similar work was done in #852

parndt avatar May 18 '24 09:05 parndt

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar May 18 '24 09:05 CLAassistant

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar May 18 '24 09:05 CLAassistant

Sorry about the delay here! Fixed in https://github.com/stripe/stripe-ruby/pull/1584

helenye-stripe avatar Apr 15 '25 23:04 helenye-stripe