Created
May 29, 2016 08:55
-
-
Save mburns/b11a6c8a61887e5f9a4a8fa65fd98883 to your computer and use it in GitHub Desktop.
rubocop auto_correct failure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-nodes.select { |x| x.has_key?(:services) and not x[:services].to_a.empty? }.each do |n| | |
+nodes.select { |x| x.has_key?(:services) and notx[:services].to_a.empty? }.each do |n| |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment