Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
hkalexling committed Jan 17, 2021
1 parent bd81c2e commit 952aa0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/storage.cr
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 952aa0c

Please sign in to comment.