Fix linter

This commit is contained in:
Alex Ling 2021-01-17 15:59:42 +00:00
parent bd81c2e005
commit 952aa0c6ca

View File

@ -38,7 +38,6 @@ class Storage
MainFiber.run do
DB.open "sqlite3://#{@path}" do |db|
begin
severity = Logger.get_severity
MG::Migration.new(db, log: Logger.default.raw_log).migrate
rescue e
Logger.fatal "DB migration failed. #{e}"