Skip to content

Commit

Permalink
Update lib/unison-sqlite/src/Unison/Sqlite/JournalMode.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Mitchell Rosen <mitchellwrosen@gmail.com>
  • Loading branch information
ChrisPenner and mitchellwrosen committed Jun 2, 2022
1 parent 548e84b commit de62ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/unison-sqlite/src/Unison/Sqlite/JournalMode.hs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ journalModeToText = \case
JournalMode'OFF -> "off"

trySetJournalMode :: MonadIO m => Connection -> JournalMode -> m ()
trySetJournalMode conn mode0 = liftIO $ do
trySetJournalMode conn mode0 = liftIO do
queryOneRowCheck_
conn
(Sql ("PRAGMA journal_mode = " <> journalModeToText mode0))
Expand Down

0 comments on commit de62ee0

Please sign in to comment.