Skip to content

Commit

Permalink
run standardrb --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
unchidev committed Jun 24, 2024
1 parent 45e6e1d commit 117945f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class AddTableCommentToUserImages < ActiveRecord::Migration[7.0]
def change
change_table_comment(:user_images, from: nil, to: 'uploaded image by user')
def change
change_table_comment(:user_images, from: nil, to: "uploaded image by user")
end
end

0 comments on commit 117945f

Please sign in to comment.