Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
krschacht committed Apr 29, 2024
1 parent 5c571b5 commit a52a289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20240425173453_encrypt_person_emails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def up
person.encrypt
if !person.save(validate: false)
Rails.logger.warn "Could not update person #{person.id}: #{person.errors.full_messages.join(',')}"
else
else
Rails.logger.info "Successfully updated user #{person.id}"
end
end
Expand Down

0 comments on commit a52a289

Please sign in to comment.