Skip to content

Commit

Permalink
[ci skip] Fix comment indent
Browse files Browse the repository at this point in the history
See commit 890da51, this is not intended.
So fix indent.
  • Loading branch information
yui-knk committed May 12, 2015
1 parent 9c290fb commit b18f043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/transactions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ module Transactions
# automatically released. The following example demonstrates the problem:
#
# Model.connection.transaction do # BEGIN
# Model.connection.transaction(requires_new: true) do # CREATE SAVEPOINT active_record_1
# Model.connection.transaction(requires_new: true) do # CREATE SAVEPOINT active_record_1
# Model.connection.create_table(...) # active_record_1 now automatically released
# end # RELEASE savepoint active_record_1
# # ^^^^ BOOM! database error!
Expand Down

0 comments on commit b18f043

Please sign in to comment.