lib/rubocop/cop/style/align_hash.rb in rubocop-0.17.0 vs lib/rubocop/cop/style/align_hash.rb in rubocop-0.18.0

- old
+ new

@@ -139,10 +139,10 @@ _, current_value = *current_pair first_value.loc.column - current_value.loc.column end end - MSG = 'Align the elements of a hash literal if they span more than ' + + MSG = 'Align the elements of a hash literal if they span more than ' \ 'one line.' def on_hash(node) return if node.children.empty?