Skip to content
Snippets Groups Projects
Commit 5a6eb6c6 authored by Emanuel Borsboom's avatar Emanuel Borsboom
Browse files

Style fix

parent 65d729e0
No related branches found
No related tags found
No related merge requests found
......@@ -216,4 +216,4 @@ defaultFirstFalse _ = False
writeBinaryFileAtomic :: MonadIO m => Path absrel File -> Builder -> m ()
writeBinaryFileAtomic fp builder =
liftIO $
withBinaryFileAtomic (toFilePath fp) WriteMode (\h -> hPutBuilder h builder)
withBinaryFileAtomic (toFilePath fp) WriteMode (`hPutBuilder` builder)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment