serokell/importify

View on GitHub
src/Importify/Pretty.hs

Summary

Maintainability
Test Coverage

Use unwords
Open

    printComments = intercalate " " . map ((" " ++) . printComment)
Severity: Minor
Found in src/Importify/Pretty.hs by hlint

Found

intercalate " "

Perhaps

unwords

There are no issues that match your filters.

Category
Status