Fix RDoc code formatting for Railtie [ci skip]

Fixes an indention issue which results in ill-formatted RDoc code rendering.
This commit is contained in:
Kevin Jalbert 2020-12-19 14:18:04 -05:00 committed by GitHub
parent 96db850d51
commit 8859978b43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -120,11 +120,11 @@ module Rails
# this less confusing for everyone.
# It can be used like this:
#
# class MyRailtie < Rails::Railtie
# server do
# WebpackServer.start
# class MyRailtie < Rails::Railtie
# server do
# WebpackServer.start
# end
# end
# end
#
# == Application and Engine
#