mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
DEV: Apply syntax_tree formatting to lib/*
This commit is contained in:
@ -28,8 +28,10 @@ module BackupRestore
|
||||
log " Restored version: #{metadata[:version]}"
|
||||
|
||||
if metadata[:version] > @current_version
|
||||
raise MigrationRequiredError.new("You're trying to restore a more recent version of the schema. " \
|
||||
"You should migrate first!")
|
||||
raise MigrationRequiredError.new(
|
||||
"You're trying to restore a more recent version of the schema. " \
|
||||
"You should migrate first!",
|
||||
)
|
||||
end
|
||||
|
||||
metadata
|
||||
|
Reference in New Issue
Block a user