Reformat sources

This commit is contained in:
Vitalii Elenhaupt 2020-01-11 23:58:06 +02:00
parent 74dfa0b934
commit cc3200f3cf
No known key found for this signature in database
GPG key ID: CD0BF17825928BC0

View file

@ -88,9 +88,9 @@ module Ameba::AST
#
# ```
# collection.each do |__arg0|
# a = __arg0[0]
# b = __arg0[1]
# puts(b)
# a = __arg0[0]
# b = __arg0[1]
# puts(b)
# end
# ```
#