Skip to content

Commit

Permalink
rubocop -A
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Jan 9, 2024
1 parent f0f78e5 commit 1c9639d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rom/sql/relation/reading.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Relation < ROM::Relation
# @api public
module Reading
# Row-level lock modes
ROW_LOCK_MODES = Hash.new({ update: "FOR UPDATE" }).update(
ROW_LOCK_MODES = Hash.new({update: "FOR UPDATE"}).update(
# https://www.postgresql.org/docs/current/static/sql-select.html#SQL-FOR-UPDATE-SHARE
postgres: {
update: "FOR UPDATE",
Expand Down

0 comments on commit 1c9639d

Please sign in to comment.