Skip to content

Commit

Permalink
fix: ci -> purs format
Browse files Browse the repository at this point in the history
  • Loading branch information
srghma committed Oct 9, 2024
1 parent 61e4aec commit 22de6ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Pathy/Gen.purs
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ genAbsAnyPathVariant = Gen.oneOf $ (inj proxyAbsDir <$> genAbsDirPath) :| [ inj

genAnyAnyPathVariant :: forall m. MonadGen m => MonadRec m => m AnyAnyPathVariant
genAnyAnyPathVariant = Gen.oneOf $
( inj proxyRelDir <$> genRelDirPath ) :|
[ inj proxyAbsDir <$> genAbsDirPath
, inj proxyRelFile <$> genRelFilePath
, inj proxyAbsFile <$> genAbsFilePath
]
(inj proxyRelDir <$> genRelDirPath) :|
[ inj proxyAbsDir <$> genAbsDirPath
, inj proxyRelFile <$> genRelFilePath
, inj proxyAbsFile <$> genAbsFilePath
]
File renamed without changes.

0 comments on commit 22de6ca

Please sign in to comment.