DEV: Add missing newline

This commit is contained in:
David Taylor 2020-01-20 14:24:02 +00:00
parent 02563bdeab
commit b0b6f15c70
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@ class AddUserNotesCountIndex < ActiveRecord::Migration[5.2]
def down
remove_index :user_custom_fields, name: :idx_user_custom_fields_user_notes_count
end
end
end