aboutsummaryrefslogtreecommitdiffstats
path: root/spec/schemas/sqlite3_schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/schemas/sqlite3_schema.rb')
-rw-r--r--spec/schemas/sqlite3_schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/schemas/sqlite3_schema.rb b/spec/schemas/sqlite3_schema.rb
index 6c98a4f934..94d224520e 100644
--- a/spec/schemas/sqlite3_schema.rb
+++ b/spec/schemas/sqlite3_schema.rb
@@ -15,4 +15,4 @@ SQL
sql.split(/;/).select(&:present?).each do |sql_statement|
ActiveRecord::Base.connection.execute sql_statement
-end \ No newline at end of file
+end