mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Reformat sources
This commit is contained in:
parent
74dfa0b934
commit
cc3200f3cf
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
# ```
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue