Add empty line after custom error difinition

This commit is contained in:
Shinya Maeda 2018-03-06 03:15:42 +09:00
parent 259a85e665
commit c8d1a04f30
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
module Projects
class UpdatePagesService < BaseService
InvaildStateError = Class.new(StandardError)
BLOCK_SIZE = 32.kilobytes
MAX_SIZE = 1.terabyte
SITE_PATH = 'public/'.freeze