lib/grumlin/repository.rb in grumlin-1.0.4 vs lib/grumlin/repository.rb in grumlin-1.1.0

- old
+ new

@@ -79,10 +79,10 @@ end end def default_edge_properties(&block) shortcut :addE, override: true do |*args| - super(*args).props(**block.call(*args)) # rubocop:disable Performance/RedundantBlockCall + super(*args).props(**block.call(*args)) # rubocop:disable Performance/RedundantBlockCall end end def validate_return_mode!(return_mode) return return_mode if RETURN_MODES.include?(return_mode)