Skip to content

Commit 4d5e07c

Browse files
committed
style fix
1 parent 439ef03 commit 4d5e07c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • lib/graphql/internal_representation

lib/graphql/internal_representation/node.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def any?; false; end
1515
def none?; true; end
1616
def [](key); CHILDREN; end
1717
def each; end
18+
1819
# Compatibility for when this was an Array:
1920
def method_missing(method_name, *args, &block)
2021
if CHILDREN.respond_to?(method_name)

0 commit comments

Comments
 (0)