Skip to content

Commit cff0494

Browse files
committed
Formatting
1 parent 5fed1f0 commit cff0494

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

System/OsPath/Internal.hs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ toOsPathUtf = toOsStringUtf
3636

3737
-- | Like 'toOsPathUtf', except allows to provide encodings.
3838
toOsPathEnc :: TextEncoding -- ^ unix text encoding
39-
-> TextEncoding -- ^ windows text encoding
40-
-> String
41-
-> Either EncodingException OsPath
39+
-> TextEncoding -- ^ windows text encoding
40+
-> String
41+
-> Either EncodingException OsPath
4242
toOsPathEnc = toOsStringEnc
4343

4444
-- | Like 'toOsPathUtf', except this mimics the behavior of the base library when doing filesystem
@@ -67,9 +67,9 @@ fromOsPathUtf = fromOsStringUtf
6767

6868
-- | Like 'fromOsPathUtf', except allows to provide encodings.
6969
fromOsPathEnc :: TextEncoding -- ^ unix text encoding
70-
-> TextEncoding -- ^ windows text encoding
71-
-> OsPath
72-
-> Either EncodingException String
70+
-> TextEncoding -- ^ windows text encoding
71+
-> OsPath
72+
-> Either EncodingException String
7373
fromOsPathEnc = fromOsStringEnc
7474

7575
-- | Like 'fromOsPathUtf', except this mimics the behavior of the base library when doing filesystem

0 commit comments

Comments
 (0)