Create indent-square-brackets.rb

This commit is contained in:
Cameron 2023-01-09 20:06:47 +01:00 committed by Stephan Seitz
parent db73045a16
commit bb24f483ca

View file

@ -0,0 +1,5 @@
def indent_brackets
[
[]
]
end