Skip to content

Commit 22de6ca

Browse files
committed
fix: ci -> purs format
1 parent 61e4aec commit 22de6ca

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/Pathy/Gen.purs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ genAbsAnyPathVariant = Gen.oneOf $ (inj proxyAbsDir <$> genAbsDirPath) :| [ inj
8080

8181
genAnyAnyPathVariant :: forall m. MonadGen m => MonadRec m => m AnyAnyPathVariant
8282
genAnyAnyPathVariant = Gen.oneOf $
83-
( inj proxyRelDir <$> genRelDirPath ) :|
84-
[ inj proxyAbsDir <$> genAbsDirPath
85-
, inj proxyRelFile <$> genRelFilePath
86-
, inj proxyAbsFile <$> genAbsFilePath
87-
]
83+
(inj proxyRelDir <$> genRelDirPath) :|
84+
[ inj proxyAbsDir <$> genAbsDirPath
85+
, inj proxyRelFile <$> genRelFilePath
86+
, inj proxyAbsFile <$> genAbsFilePath
87+
]
File renamed without changes.

0 commit comments

Comments
 (0)