aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2016-11-25 07:08:55 +1030
committerGitHub <noreply@github.com>2016-11-25 07:08:55 +1030
commitf23b327a4682dd05f1b1b76540a926a4e81ab3e1 (patch)
treef11264a179567e2661ee2e068b352bf525ce11e3 /activerecord
parent3b13761458d892c050ee10454c19d17638154c5a (diff)
parent74e8adf54889425bce71f6ff1c9fb85d2acb337e (diff)
downloadrails-f23b327a4682dd05f1b1b76540a926a4e81ab3e1.tar.gz
rails-f23b327a4682dd05f1b1b76540a926a4e81ab3e1.tar.bz2
rails-f23b327a4682dd05f1b1b76540a926a4e81ab3e1.zip
Merge pull request #27170 from kamipo/remove_blank_else_block
Remove blank else block
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/test/cases/adapters/postgresql/uuid_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/test/cases/adapters/postgresql/uuid_test.rb b/activerecord/test/cases/adapters/postgresql/uuid_test.rb
index ab0815631f..680ca4934c 100644
--- a/activerecord/test/cases/adapters/postgresql/uuid_test.rb
+++ b/activerecord/test/cases/adapters/postgresql/uuid_test.rb
@@ -249,7 +249,6 @@ class PostgresqlUUIDGenerationTest < ActiveRecord::PostgreSQLTestCase
ensure
drop_table "pg_uuids_4"
end
- else
end
end
end