Skip to content

Commit

Permalink
Address linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kbruccoleri committed Sep 26, 2024
1 parent 3f18098 commit 46688aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def type_for_activerecord_value(column_type, column_nullability:)
}
"T::Array[#{type_for_activerecord_value(column_type.subtype, column_nullability:)}]"
when ->(type) {
defined?(ActiveRecord::Locking::LockingType) &&
defined?(ActiveRecord::Locking::LockingType) &&
ActiveRecord::Locking::LockingType === type
}
as_non_nilable_if_persisted_and_not_nullable(
Expand Down

0 comments on commit 46688aa

Please sign in to comment.