Skip to content

Commit

Permalink
Excess space
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh authored Sep 14, 2024
1 parent 68641aa commit 9a94e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jbuilder/jbuilder_template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def _render_partial_with_options(options)
if options.has_key?(:layout)
::Kernel.raise ::NotImplementedError, "The `:layout' option is not supported in collection rendering."
end

if options.has_key?(:spacer_template)
::Kernel.raise ::NotImplementedError, "The `:spacer_template' option is not supported in collection rendering."
end
Expand Down

0 comments on commit 9a94e58

Please sign in to comment.