Skip to content

Commit

Permalink
missing space in command line output
Browse files Browse the repository at this point in the history
  • Loading branch information
nevrome committed Nov 24, 2024
1 parent e0403b1 commit 3498bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Poseidon/CLI/Genoconvert.hs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ convertGenoTo outFormat onlyGeno outPath removeOld outPlinkPopMode outZip pac =
++ show (posPacNameAndVersion pac)
++ " to format "
++ show outFormat
++ if outZip then "(gzipped):" else ":"
++ if outZip then " (gzipped):" else ":"

Check warning on line 78 in src/Poseidon/CLI/Genoconvert.hs

View check run for this annotation

Codecov / codecov/patch

src/Poseidon/CLI/Genoconvert.hs#L78

Added line #L78 was not covered by tests

-- compile new relative file names
let outName = getPacName . posPacNameAndVersion $ pac
Expand Down

0 comments on commit 3498bb6

Please sign in to comment.