lib/rubocop/cop/style/guard_clause.rb in rubocop-0.89.1 vs lib/rubocop/cop/style/guard_clause.rb in rubocop-0.90.0
- old
+ new
@@ -15,9 +15,10 @@
# end
#
# # good
# def test
# return unless something
+ #
# work
# end
#
# # also good
# def test