lib/rubocop/cop/lint/else_layout.rb in rubocop-0.22.0 vs lib/rubocop/cop/lint/else_layout.rb in rubocop-0.23.0
- old
+ new
@@ -1,7 +1,7 @@
# encoding: utf-8
-module Rubocop
+module RuboCop
module Cop
module Lint
# This cop checks for odd else block layout - like
# having an expression on the same line as the else keyword,
# which is usually a mistake.