Skip to content

Commit d61de7a

Browse files
committed
Minor reformatting
1 parent c91953d commit d61de7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Stack/SDist.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ checkSDistTarball' ::
651651
-> L.ByteString -- ^ Tarball contents as a byte string
652652
-> RIO env ()
653653
checkSDistTarball' opts name bytes = withSystemTempDir "stack" $ \tpath -> do
654-
npath <- (tpath </>) <$> parseRelFile name
654+
npath <- (tpath </>) <$> parseRelFile name
655655
liftIO $ L.writeFile (toFilePath npath) bytes
656656
checkSDistTarball opts npath
657657

0 commit comments

Comments
 (0)