Skip to content

Commit 034ae24

Browse files
committed
appease rubocop
1 parent 017a67a commit 034ae24

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

db/schema.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
# This file is auto-generated from the current state of the database. Instead
24
# of editing this file, please use the migrations feature of Active Record to
35
# incrementally modify your database, and then regenerate this schema definition.
@@ -121,5 +123,4 @@
121123
t.index ["is_public"], name: "index_users_on_is_public"
122124
t.index ["uid"], name: "index_users_on_uid", unique: true
123125
end
124-
125126
end

0 commit comments

Comments
 (0)