Use the right indentation

This commit is contained in:
Rafael Mendonça França 2013-11-19 22:53:32 -02:00
parent ed7e4932f4
commit 5487f62741
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ module ActionView
# This module is mixed in if layout conditions are provided. This means
# that if no layout conditions are used, this method is not used
module LayoutConditions # :nodoc:
private
private
# Determines whether the current action has a layout definition by
# checking the action name against the :only and :except conditions