diff options
author | Roberto Miranda <rjmaltamar@gmail.com> | 2019-07-08 20:53:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-08 20:53:55 +0100 |
commit | 3d636bf5f649951cd26123962bc3b4ec8c30dd56 (patch) | |
tree | c9630b30e43af6293e292e62ec62f3cbba3b165d | |
parent | bc8911690aff76edc40264ec3a3327af58244b72 (diff) | |
download | rails-3d636bf5f649951cd26123962bc3b4ec8c30dd56.tar.gz rails-3d636bf5f649951cd26123962bc3b4ec8c30dd56.tar.bz2 rails-3d636bf5f649951cd26123962bc3b4ec8c30dd56.zip |
Fix indentation 💇♀️
Ref https://github.com/rails/rails/pull/36621#discussion_r301208961
-rw-r--r-- | activerecord/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 767770350d..184e881b25 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,6 +1,6 @@ * Add database_exists? method to connection adapters to check if a database exists. - *Guilherme Mansur* + *Guilherme Mansur* * Loading the schema for a model that has no `table_name` raises a `TableNotSpecified` error. |