lib/rubocop/cop/style/if_unless_modifier.rb in rubocop-0.22.0 vs lib/rubocop/cop/style/if_unless_modifier.rb in rubocop-0.23.0

- old
+ new

@@ -1,7 +1,7 @@ # encoding: utf-8 -module Rubocop +module RuboCop module Cop module Style # Checks for if and unless statements that would fit on one line # if written as a modifier if/unless. # The maximum line length is configurable.